X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e25ba908f6a9e03f131e8ce9df19558c3e09a35..a81258bee4e20d3fa9b3d2f6bf3bcd1200d1e5e0:/include/wx/stubs/font.h diff --git a/include/wx/stubs/font.h b/include/wx/stubs/font.h index 2079f2d0f0..601657c657 100644 --- a/include/wx/stubs/font.h +++ b/include/wx/stubs/font.h @@ -25,6 +25,7 @@ class WXDLLEXPORT wxFontRefData: public wxGDIRefData friend class WXDLLEXPORT wxFont; public: wxFontRefData(); + wxFontRefData(const wxFontRefData& data); ~wxFontRefData(); protected: int m_pointSize; @@ -81,6 +82,7 @@ public: // Implementation protected: + bool RealizeResource(); void Unshare(); };