]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/xml/xh_bttn.h
added i18n support to the compiler
[wxWidgets.git] / contrib / include / wx / xml / xh_bttn.h
index 74a1d538a425bf959d2072d89dde637d263f7f8f..9a20c277ef15f5a56dc1d1564885915f8c3e0e35 100644 (file)
 
 #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);
 };