diff options
Diffstat (limited to 'guilib/GUIFontTTFGL.h')
-rw-r--r-- | guilib/GUIFontTTFGL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/GUIFontTTFGL.h b/guilib/GUIFontTTFGL.h index b23a9d3af3..c4dc88ec6a 100644 --- a/guilib/GUIFontTTFGL.h +++ b/guilib/GUIFontTTFGL.h @@ -50,7 +50,7 @@ protected: virtual bool CopyCharToTexture(FT_BitmapGlyph bitGlyph, Character *ch); virtual void DeleteHardwareTexture(); virtual void RenderInternal(SVertex* v) {} - + }; #endif |