Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarFont.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarFont.hpp')
-rw-r--r--source/core/StarFont.hpp1
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;
};