From 92301a59158eaf3d53e6262aa9888cff0babf322 Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Tue, 18 Jan 2005 16:07:44 +0000 Subject: [PATCH] Added DLL export for wxCommandEventStringHelper git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2