X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f7b34a878bbcb2f71a0c7694e2a3bec51460218..2b84e565c6c26711e245bab5d4ce0fe1fe3e4078:/include/wx/mgl/font.h diff --git a/include/wx/mgl/font.h b/include/wx/mgl/font.h index 335c54636b..29f2fd6093 100644 --- a/include/wx/mgl/font.h +++ b/include/wx/mgl/font.h @@ -67,7 +67,7 @@ public: bool Create(const wxNativeFontInfo& fontinfo); - ~wxFont(); + ~wxFont() {} // assignment wxFont& operator=(const wxFont& font); @@ -98,7 +98,7 @@ public: protected: // common part of all ctors - void Init(); + void Init() {} private: DECLARE_DYNAMIC_CLASS(wxFont)