Usermode/axwin2 - Compile fixes for clang
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / video_text.c
index 7cf1049..b776424 100644 (file)
@@ -50,7 +50,7 @@ tGlyph        *_SystemFont_CacheGlyph(tFont *Font, uint32_t Codepoint);
 
 // === GLOBALS ===
 tFont  gSystemFont = {
-       CacheGlyph: _SystemFont_CacheGlyph
+       .CacheGlyph = _SystemFont_CacheGlyph
 };
 
 // === CODE ===

UCC git Repository :: git.ucc.asn.au