X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ad83f6b37e3e3a0c4a6dc094cc346b45074bf6a..33ebcd800ccc46703f8b5191d9860ba19418e4b0:/contrib/include/wx/xml/xh_bttn.h diff --git a/contrib/include/wx/xml/xh_bttn.h b/contrib/include/wx/xml/xh_bttn.h index c3853b8bc6..9a20c277ef 100644 --- a/contrib/include/wx/xml/xh_bttn.h +++ b/contrib/include/wx/xml/xh_bttn.h @@ -20,7 +20,7 @@ class WXDLLEXPORT wxButtonXmlHandler : public wxXmlResourceHandler { public: - wxButtonXmlHandler() : wxXmlResourceHandler() {} + wxButtonXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); };