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