]> git.saurik.com Git - wxWidgets.git/commitdiff
Added DLL export for wxCommandEventStringHelper
authorKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 16:07:44 +0000 (16:07 +0000)
committerKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 16:07:44 +0000 (16:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index 4e9ecf9b82fd88dcb85aa9964798905402a3eaaa..d70beb59e64c7c12e11f4a76158316e059e075e6 100644 (file)
@@ -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)