From: Stefan Csomor Date: Tue, 9 Feb 1999 09:58:12 +0000 (+0000) Subject: cw pro adaption (illegal default argument error was given) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a6eb3b948b0bac8993e0c0d835841a64be1182e9 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 --- diff --git a/include/wx/object.h b/include/wx/object.h index 016bdc6311..f285a791f5 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -204,17 +204,15 @@ class WXDLLEXPORT wxObject #endif // 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 delete[] (void * buf); #endif -/* #ifdef __MWERKS__ void * operator new[] (size_t size, char * fileName , int lineNum = 0); void operator delete[] (void * buf); #endif -*/ #endif // Debug & memory tracing