summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index 802de9d..b3cf864 100644
--- a/src/font.h
+++ b/src/font.h
@@ -16,7 +16,7 @@ public:
16 { 16 {
17 public: 17 public:
18 Glyph() : 18 Glyph() :
19 pData( NULL ) 19 pData( 0 )
20 { } 20 { }
21 ~Glyph() 21 ~Glyph()
22 { delete[] pData; } 22 { delete[] pData; }