only define wxEventPtr in wxBase, not wxCore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-01-27 12:57:04 +00:00
parent 38d05c1011
commit da79097cbe

View File

@@ -41,10 +41,12 @@
#endif // wxUSE_GUI
#endif
#include "wx/ptr_scpd.h"
#if wxUSE_BASE
#include "wx/ptr_scpd.h"
wxDECLARE_SCOPED_PTR(wxEvent, wxEventPtr)
wxDEFINE_SCOPED_PTR(wxEvent, wxEventPtr)
wxDECLARE_SCOPED_PTR(wxEvent, wxEventPtr)
wxDEFINE_SCOPED_PTR(wxEvent, wxEventPtr)
#endif // wxUSE_BASE
// ----------------------------------------------------------------------------
// wxWin macros