From: Kevin Hock Date: Tue, 18 Jan 2005 16:07:44 +0000 (+0000) Subject: Added DLL export for wxCommandEventStringHelper X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/92301a59158eaf3d53e6262aa9888cff0babf322?ds=inline Added DLL export for wxCommandEventStringHelper git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/event.h b/include/wx/event.h index 4e9ecf9b82..d70beb59e6 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -493,7 +493,7 @@ private: // Backwards compatibility for wxCommandEvent::m_commandString, will lead to compilation errors in some cases of usage class WXDLLIMPEXP_CORE wxCommandEvent; -class wxCommandEventStringHelper +class WXDLLIMPEXP_CORE wxCommandEventStringHelper { public: wxCommandEventStringHelper(wxCommandEvent * evt)