cw pro adaption (illegal default argument error was given)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -204,17 +204,15 @@ class WXDLLEXPORT wxObject
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Causes problems for VC++
|
// Causes problems for VC++
|
||||||
#if wxUSE_ARRAY_MEMORY_OPERATORS && !defined(__VISUALC__)
|
#if wxUSE_ARRAY_MEMORY_OPERATORS && !defined(__VISUALC__) &6 !defined( __MWERKS__)
|
||||||
void * operator new[] (size_t size, char * fileName = NULL, int lineNum = 0);
|
void * operator new[] (size_t size, char * fileName = NULL, int lineNum = 0);
|
||||||
void operator delete[] (void * buf);
|
void operator delete[] (void * buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
#ifdef __MWERKS__
|
#ifdef __MWERKS__
|
||||||
void * operator new[] (size_t size, char * fileName , int lineNum = 0);
|
void * operator new[] (size_t size, char * fileName , int lineNum = 0);
|
||||||
void operator delete[] (void * buf);
|
void operator delete[] (void * buf);
|
||||||
#endif
|
#endif
|
||||||
*/
|
|
||||||
|
|
||||||
#endif // Debug & memory tracing
|
#endif // Debug & memory tracing
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user