From 9fb888b2f7a11121001f70c4fd827a7f2c4611fe Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Fri, 20 May 2005 05:59:45 +0000 Subject: [PATCH] Fix (apparently) broken backport from 2.6 branch. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/xrc/xh_tglbtn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/include/wx/xrc/xh_tglbtn.h b/contrib/include/wx/xrc/xh_tglbtn.h index 75167d9cc4..3cdf08800b 100644 --- a/contrib/include/wx/xrc/xh_tglbtn.h +++ b/contrib/include/wx/xrc/xh_tglbtn.h @@ -20,7 +20,7 @@ #if wxUSE_TOGGLEBTN -class WXDLLIMPEXP_XRC wxToggleButtonXmlHandler : public wxXmlResourceHandler +class WXDLLEXPORT wxToggleButtonXmlHandler : public wxXmlResourceHandler { DECLARE_DYNAMIC_CLASS(wxToggleButtonXmlHandler) public: