X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..9d8c2f419f522408a922277df330d4c4511befb9:/contrib/include/wx/xml/xh_bttn.h?ds=inline diff --git a/contrib/include/wx/xml/xh_bttn.h b/contrib/include/wx/xml/xh_bttn.h index 74a1d538a4..ac96d2cdc4 100644 --- a/contrib/include/wx/xml/xh_bttn.h +++ b/contrib/include/wx/xml/xh_bttn.h @@ -17,12 +17,12 @@ #include "wx/xml/xmlres.h" -class wxButtonXmlHandler : public wxXmlResourceHandler +class WXDLLEXPORT wxButtonXmlHandler : public wxXmlResourceHandler { - public: - wxButtonXmlHandler() : wxXmlResourceHandler() {} - virtual wxObject *DoCreateResource(); - virtual bool CanHandle(wxXmlNode *node); +public: + wxButtonXmlHandler(); + virtual wxObject *DoCreateResource(); + virtual bool CanHandle(wxXmlNode *node); };