]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/font.h
Compilation fix.
[wxWidgets.git] / include / wx / gtk / font.h
index 59d2b41f6e35b275eb2c0ae6410f26064ae09beb..253c5cf11f5f96581fb0f04dc07c00814610f216 100644 (file)
@@ -49,7 +49,7 @@ public:
     // wxGTK-specific
     bool Create(const wxString& fontname);
 
-    ~wxFont();
+    virtual ~wxFont();
 
     // implement base class pure virtuals
     virtual int GetPointSize() const;
@@ -84,6 +84,9 @@ protected:
     // common part of all ctors
     void Init();
 
+    virtual wxGDIRefData* CreateGDIRefData() const;
+    virtual wxGDIRefData* CloneGDIRefData(const wxGDIRefData* data) const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxFont)
 };