only define wxEventPtr in wxBase, not wxCore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,10 +44,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/thread.h"
|
#include "wx/thread.h"
|
||||||
#include "wx/ptr_scpd.h"
|
|
||||||
|
|
||||||
wxDECLARE_SCOPED_PTR(wxEvent, wxEventPtr)
|
#if wxUSE_BASE
|
||||||
wxDEFINE_SCOPED_PTR(wxEvent, wxEventPtr)
|
#include "wx/ptr_scpd.h"
|
||||||
|
|
||||||
|
wxDECLARE_SCOPED_PTR(wxEvent, wxEventPtr)
|
||||||
|
wxDEFINE_SCOPED_PTR(wxEvent, wxEventPtr)
|
||||||
|
#endif // wxUSE_BASE
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxWin macros
|
// wxWin macros
|
||||||
|
Reference in New Issue
Block a user