X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..4f2511d706e5274a34e1521e11c1b95fed735b42:/include/wx/gtk/font.h diff --git a/include/wx/gtk/font.h b/include/wx/gtk/font.h index 94b5d36009..253c5cf11f 100644 --- a/include/wx/gtk/font.h +++ b/include/wx/gtk/font.h @@ -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) };