X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999d9a9f795cfc745681989ae0f30e531cde059f..0fcbaf23fd4ab7bcb0f3bc7cb9b7cf0ee28de744:/include/wx/xrc/xh_tree.h?ds=inline diff --git a/include/wx/xrc/xh_tree.h b/include/wx/xrc/xh_tree.h index 1d49a463dd..d75ff3dfa6 100644 --- a/include/wx/xrc/xh_tree.h +++ b/include/wx/xrc/xh_tree.h @@ -11,7 +11,7 @@ #ifndef _WX_XH_TREE_H_ #define _WX_XH_TREE_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "xh_tree.h" #endif @@ -19,6 +19,7 @@ class WXXMLDLLEXPORT wxTreeCtrlXmlHandler : public wxXmlResourceHandler { +DECLARE_DYNAMIC_CLASS(wxTreeCtrlXmlHandler) public: wxTreeCtrlXmlHandler(); virtual wxObject *DoCreateResource();