X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999d9a9f795cfc745681989ae0f30e531cde059f..d2eaa86b9ead7eaea0c05e9e1a803c40b671fe5d:/contrib/include/wx/xrc/xh_stbox.h?ds=inline 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();