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