X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..97ffd370f4c7c52f8ccf6cdea73a86e17da5cb83:/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 74a1d538a4..9a20c277ef 100644 --- a/contrib/include/wx/xml/xh_bttn.h +++ b/contrib/include/wx/xml/xh_bttn.h @@ -17,10 +17,10 @@ #include "wx/xml/xmlres.h" -class wxButtonXmlHandler : public wxXmlResourceHandler +class WXDLLEXPORT wxButtonXmlHandler : public wxXmlResourceHandler { public: - wxButtonXmlHandler() : wxXmlResourceHandler() {} + wxButtonXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); };