Added DLL export for wxCommandEventStringHelper

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock
2005-01-18 16:07:44 +00:00
parent 75a29298fa
commit 92301a5915

View File

@@ -493,7 +493,7 @@ private:
// Backwards compatibility for wxCommandEvent::m_commandString, will lead to compilation errors in some cases of usage // Backwards compatibility for wxCommandEvent::m_commandString, will lead to compilation errors in some cases of usage
class WXDLLIMPEXP_CORE wxCommandEvent; class WXDLLIMPEXP_CORE wxCommandEvent;
class wxCommandEventStringHelper class WXDLLIMPEXP_CORE wxCommandEventStringHelper
{ {
public: public:
wxCommandEventStringHelper(wxCommandEvent * evt) wxCommandEventStringHelper(wxCommandEvent * evt)