diff options
Diffstat (limited to 'source/core/StarFont.hpp')
-rw-r--r-- | source/core/StarFont.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarFont.hpp b/source/core/StarFont.hpp index e62e91b..40a6513 100644 --- a/source/core/StarFont.hpp +++ b/source/core/StarFont.hpp @@ -43,6 +43,7 @@ private: unsigned m_pixelSize; uint8_t m_alphaThreshold; + void loadFontImpl(); HashMap<pair<String::Char, unsigned>, unsigned> m_widthCache; }; |