]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/font.h
compilation fixes for PalmOS and implementations of missing standard functions (pflib...
[wxWidgets.git] / include / wx / gtk / font.h
index 94b5d360098e7b143ee10747bb6776955bb77899..253c5cf11f5f96581fb0f04dc07c00814610f216 100644 (file)
@@ -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)
 };