X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999d9a9f795cfc745681989ae0f30e531cde059f..fdc62f44622dfcfea2f43910478fe5bb8ac0e938:/include/wx/xrc/xh_choic.h diff --git a/include/wx/xrc/xh_choic.h b/include/wx/xrc/xh_choic.h index d2387781c5..1fb1fddc1a 100644 --- a/include/wx/xrc/xh_choic.h +++ b/include/wx/xrc/xh_choic.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_choic.h +// Name: wx/xrc/xh_choic.h // Purpose: XML resource handler for wxChoice // Author: Bob Mitchell // Created: 2000/03/21 @@ -11,14 +11,15 @@ #ifndef _WX_XH_CHOIC_H_ #define _WX_XH_CHOIC_H_ -#ifdef __GNUG__ -#pragma interface "xh_choic.h" -#endif +#include "wx/defs.h" + +#if wxUSE_XRC && wxUSE_CHOICE #include "wx/xrc/xmlres.h" -class WXXMLDLLEXPORT wxChoiceXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxChoiceXmlHandler : public wxXmlResourceHandler { +DECLARE_DYNAMIC_CLASS(wxChoiceXmlHandler) public: wxChoiceXmlHandler(); virtual wxObject *DoCreateResource(); @@ -28,5 +29,6 @@ private: wxArrayString strList; }; +#endif // wxUSE_XRC && wxUSE_CHOICE #endif // _WX_XH_CHOIC_H_