]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/font.h
make wxDateTime::ParseXXX() functions char*-friendly
[wxWidgets.git] / include / wx / motif / font.h
index 69f0a5cea80abe04302cf212b74c8099a28f236b..bd8eff6b268ca800c6d878bfd276efa4ecdf382c 100644 (file)
@@ -107,7 +107,11 @@ public:
     // like the function above but does a copy for XmFontList
     WXFontType GetFontTypeC(WXDisplay* display) const;
     static WXString GetFontTag();
+
 protected:
+    virtual wxGDIRefData *CreateGDIRefData() const;
+    virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;
+
     virtual void DoSetNativeFontInfo( const wxNativeFontInfo& info );
 
     void Unshare();
@@ -116,5 +120,4 @@ private:
     DECLARE_DYNAMIC_CLASS(wxFont)
 };
 
-#endif
-// _WX_FONT_H_
+#endif // _WX_FONT_H_