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