X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999d9a9f795cfc745681989ae0f30e531cde059f..a903585074b793a728f7fa4437876d46c49b713a:/contrib/include/wx/xrc/xh_radbt.h diff --git a/contrib/include/wx/xrc/xh_radbt.h b/contrib/include/wx/xrc/xh_radbt.h index 98dc3c9758..8a6fd4b1a9 100644 --- a/contrib/include/wx/xrc/xh_radbt.h +++ b/contrib/include/wx/xrc/xh_radbt.h @@ -11,7 +11,7 @@ #ifndef _WX_XH_RADBT_H_ #define _WX_XH_RADBT_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "xh_radbt.h" #endif @@ -22,6 +22,7 @@ class WXXMLDLLEXPORT wxRadioButtonXmlHandler : public wxXmlResourceHandler { +DECLARE_DYNAMIC_CLASS(wxRadioButtonXmlHandler) public: wxRadioButtonXmlHandler(); virtual wxObject *DoCreateResource();