aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2019-10-03 14:54:55 -0400
committerClyne Sullivan <clyne@bitgloo.com>2019-10-03 14:54:55 -0400
commit5b1c22529a946a782a8376de2b34c28348d078d1 (patch)
tree43668d02d8488b0385a36f072cae454f869ba440 /src/text.hpp
parentad5a63db312d0029109e6ca0051feaa516419ad2 (diff)
fixes; font mem leak fix
Diffstat (limited to 'src/text.hpp')
-rw-r--r--src/text.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.hpp b/src/text.hpp
index 7cf90b2..1ef2afa 100644
--- a/src/text.hpp
+++ b/src/text.hpp
@@ -77,6 +77,8 @@ struct Font {
class TextSystem : public entityx::System<TextSystem>
{
public:
+ ~TextSystem(void);
+
/**
* Prepares the system for running.
*/