]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_stlin.h
more warning fixes about empty if statement in helper classes in release build
[wxWidgets.git] / include / wx / xrc / xh_stlin.h
index 7f7d5d67e7711b225135be1af5ded5855b26daa5..f6b38196fffb8a4986b1d1d2805b6fb311e6ba7b 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        xh_stlin.h
+// Name:        wx/xrc/xh_stlin.h
 // Purpose:     XML resource handler for wxStaticLine
 // Author:      Vaclav Slavik
 // Created:     2000/09/00
 // Purpose:     XML resource handler for wxStaticLine
 // Author:      Vaclav Slavik
 // Created:     2000/09/00
 #ifndef _WX_XH_STLIN_H_
 #define _WX_XH_STLIN_H_
 
 #ifndef _WX_XH_STLIN_H_
 #define _WX_XH_STLIN_H_
 
-#ifdef __GNUG__
-#pragma interface "xh_stlin.h"
-#endif
-
 #include "wx/xrc/xmlres.h"
 
 #if wxUSE_STATLINE
 
 #include "wx/xrc/xmlres.h"
 
 #if wxUSE_STATLINE
 
-class WXXMLDLLEXPORT wxStaticLineXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxStaticLineXmlHandler : public wxXmlResourceHandler
 {
 {
+DECLARE_DYNAMIC_CLASS(wxStaticLineXmlHandler)
 public:
     wxStaticLineXmlHandler();
     virtual wxObject *DoCreateResource();
 public:
     wxStaticLineXmlHandler();
     virtual wxObject *DoCreateResource();