]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/xml/xh_html.h
reverted the hack for accepting broken HHC files (new wxHF_xxxx flags provide same...
[wxWidgets.git] / contrib / include / wx / xml / xh_html.h
index dc1acd1228ec80a03c219d671b67927ccb435502..ae57b76a507101a39614a93a5b2ada8f494ae504 100644 (file)
 
 #if wxUSE_HTML
 
 
 #if wxUSE_HTML
 
-class wxHtmlWindowXmlHandler : public wxXmlResourceHandler
+class WXDLLEXPORT wxHtmlWindowXmlHandler : public wxXmlResourceHandler
 {
 {
-    public:
-        wxHtmlWindowXmlHandler();
-        virtual wxObject *DoCreateResource();
-        virtual bool CanHandle(wxXmlNode *node);
+public:
+    wxHtmlWindowXmlHandler();
+    virtual wxObject *DoCreateResource();
+    virtual bool CanHandle(wxXmlNode *node);
 };
 
 #endif
 };
 
 #endif