Веб-сайт самохостера 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 40a6513..09d22c0 100644
--- a/source/core/StarFont.hpp
+++ b/source/core/StarFont.hpp
@@ -18,6 +18,7 @@ public:
static FontPtr loadFont(ByteArrayConstPtr const& bytes, unsigned pixelSize = 12);
Font();
+ ~Font();
Font(Font const&) = delete;
Font const& operator=(Font const&) = delete;