Include wx/object.h to get the global memory operators if defined.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,6 +44,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if PLAT_WX
|
||||||
|
#include <wx/object.h> // For the global memory operators, if needed.
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Underlying the implementation of the platform classes are platform specific types.
|
// Underlying the implementation of the platform classes are platform specific types.
|
||||||
// Sometimes these need to be passed around by client code so they are defined here
|
// Sometimes these need to be passed around by client code so they are defined here
|
||||||
|
|
||||||
|
@@ -44,6 +44,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if PLAT_WX
|
||||||
|
#include <wx/object.h> // For the global memory operators, if needed.
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Underlying the implementation of the platform classes are platform specific types.
|
// Underlying the implementation of the platform classes are platform specific types.
|
||||||
// Sometimes these need to be passed around by client code so they are defined here
|
// Sometimes these need to be passed around by client code so they are defined here
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user