]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/xml/xh_sttxt.h
reverted the hack for accepting broken HHC files (new wxHF_xxxx flags provide same...
[wxWidgets.git] / contrib / include / wx / xml / xh_sttxt.h
index 840a101d6cb8043e96db11399577f700aab9964b..dbd56847dc2c18f68d8555aae41e77d1b64838f5 100644 (file)
 #include "wx/xml/xmlres.h"
 
 
-class wxStaticTextXmlHandler : public wxXmlResourceHandler
+class WXDLLEXPORT wxStaticTextXmlHandler : public wxXmlResourceHandler
 {
-    public:
-        wxStaticTextXmlHandler();
-        virtual wxObject *DoCreateResource();
-        virtual bool CanHandle(wxXmlNode *node);
+public:
+    wxStaticTextXmlHandler();
+    virtual wxObject *DoCreateResource();
+    virtual bool CanHandle(wxXmlNode *node);
 };