]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/xml/xh_gauge.h
reverted the hack for accepting broken HHC files (new wxHF_xxxx flags provide same...
[wxWidgets.git] / contrib / include / wx / xml / xh_gauge.h
index 7380a3e330f9a11f198f42dd3c9988fdd46fe85f..d5d78d02c41c0a74770be65dd9d07b2e4143d5eb 100644 (file)
 #include "wx/xml/xmlres.h"
 
 
-class wxGaugeXmlHandler : public wxXmlResourceHandler
+class WXDLLEXPORT wxGaugeXmlHandler : public wxXmlResourceHandler
 {
     enum 
     {
         wxGAUGE_DEFAULT_RANGE = 100
     };
 
-    public:
-        wxGaugeXmlHandler();
-        virtual wxObject *DoCreateResource();
-        virtual bool CanHandle(wxXmlNode *node);
+public:
+    wxGaugeXmlHandler();
+    virtual wxObject *DoCreateResource();
+    virtual bool CanHandle(wxXmlNode *node);
 };
 
 #endif