X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999d9a9f795cfc745681989ae0f30e531cde059f..036971cc8c5282769c60b3c5afed80ccb50e8a14:/contrib/include/wx/xrc/xh_stbox.h diff --git a/contrib/include/wx/xrc/xh_stbox.h b/contrib/include/wx/xrc/xh_stbox.h index 509f3ae81c..bca3ec8fd9 100644 --- a/contrib/include/wx/xrc/xh_stbox.h +++ b/contrib/include/wx/xrc/xh_stbox.h @@ -11,15 +11,16 @@ #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();