summaryrefslogtreecommitdiffstats
path: root/gfx/platform_font_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/platform_font_gtk.h')
-rw-r--r--gfx/platform_font_gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/platform_font_gtk.h b/gfx/platform_font_gtk.h
index 3c507fb..bd26d8f 100644
--- a/gfx/platform_font_gtk.h
+++ b/gfx/platform_font_gtk.h
@@ -53,7 +53,7 @@ class PlatformFontGtk : public PlatformFont {
const std::wstring& name,
int size,
int style);
- virtual ~PlatformFontGtk() {}
+ virtual ~PlatformFontGtk();
// Initialize this object.
void InitWithNameAndSize(const std::wstring& font_name, int font_size);