]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_stbox.h
made wxListbook events more consistent with wxNotebook ones (patch 1001271)
[wxWidgets.git] / include / wx / xrc / xh_stbox.h
index 509f3ae81c9a914134e8e686f37aeabf54cc0d86..bca3ec8fd9033da736b6331dbbca977e3205e297 100644 (file)
 #ifndef _WX_XH_STBOX_H_
 #define _WX_XH_STBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "xh_stbox.h"
 #endif
 
 #include "wx/xrc/xmlres.h"
 
 
-class WXXMLDLLEXPORT wxStaticBoxXmlHandler : public wxXmlResourceHandler
+class WXDLLIMPEXP_XRC wxStaticBoxXmlHandler : public wxXmlResourceHandler
 {
+DECLARE_DYNAMIC_CLASS(wxStaticBoxXmlHandler)
 public:
     wxStaticBoxXmlHandler();
     virtual wxObject *DoCreateResource();