]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/font.h
reverted Julian's r44600, it broke help window behavior so that it prevented apps...
[wxWidgets.git] / include / wx / x11 / font.h
index 09152d540db36d84c1c5cab402e18cbb0e1b3173..6a2db7f31056c4b66788a7e4a5d2f41919d15205 100644 (file)
@@ -101,6 +101,9 @@ public:
 #endif
 
 protected:
+    virtual wxGDIRefData *CreateGDIRefData() const;
+    virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;
+
     virtual void DoSetNativeFontInfo( const wxNativeFontInfo& info );
 
     void Unshare();