]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/xml/xh_listb.h
removed libxpm dependencies from makefiles
[wxWidgets.git] / contrib / include / wx / xml / xh_listb.h
index 637d264efa362cea28be01b900a4ef9b78f31652..e4a51cf75347500bc174196e5bb1444ec6642403 100644 (file)
 
 class WXDLLEXPORT wxListBoxXmlHandler : public wxXmlResourceHandler
 {
-    public:
-        wxListBoxXmlHandler();
-        virtual wxObject *DoCreateResource();
-        virtual bool CanHandle(wxXmlNode *node);
-    private:
-        bool m_InsideBox;
-        wxArrayString strList;
+public:
+    wxListBoxXmlHandler();
+    virtual wxObject *DoCreateResource();
+    virtual bool CanHandle(wxXmlNode *node);
+private:
+    bool m_insideBox;
+    wxArrayString strList;
 };
 
 #endif