]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/xml/xh_chckl.h
reverted the hack for accepting broken HHC files (new wxHF_xxxx flags provide same...
[wxWidgets.git] / contrib / include / wx / xml / xh_chckl.h
index c1bea68a5c53c0994dad392ffb56d91f6d48752e..ee216edd6dba1d788b45eb81edb44aa22851ef0e 100644 (file)
 
 #include "wx/xml/xmlres.h"
 
-class wxCheckListXmlHandler : public wxXmlResourceHandler
+class WXDLLEXPORT wxCheckListXmlHandler : public wxXmlResourceHandler
 {
-    public:
-        wxCheckListXmlHandler();
-        virtual wxObject *DoCreateResource();
-        virtual bool CanHandle(wxXmlNode *node);
-    private:
-        bool m_InsideBox;
-        wxArrayString strList;
+public:
+    wxCheckListXmlHandler();
+    virtual wxObject *DoCreateResource();
+    virtual bool CanHandle(wxXmlNode *node);
+private:
+    bool m_insideBox;
+    wxArrayString strList;
 };
 
 
 
-#endif // _WX_XH_CHECKLIST_H_
\ No newline at end of file
+#endif // _WX_XH_CHECKLIST_H_