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