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 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; |