Fixed the deleteion of VisualAge stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -219,7 +219,13 @@ class WXDLLEXPORT wxObject
|
||||
|
||||
#if defined(__WXDEBUG__) && wxUSE_MEMORY_TRACING
|
||||
void * operator new (size_t size, wxChar * fileName = NULL, int lineNum = 0);
|
||||
# if defined(__VISAGECPP__)
|
||||
# if __DEBUG_ALLOC__
|
||||
void operator delete (void * buf,const char * _fname, size_t _line);
|
||||
# endif //__DEBUG_ALLOC__
|
||||
# else // Everybody else
|
||||
void operator delete (void * buf);
|
||||
# endif // end of VISAGECPP
|
||||
|
||||
// VC++ 6.0
|
||||
# if defined(__VISUALC__) && (__VISUALC__ >= 1200)
|
||||
|
Reference in New Issue
Block a user