From 70dfc4ed70c45e69c34175054caedf04fc5828aa Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Wed, 1 Dec 2004 19:15:46 +0000 Subject: [PATCH] Compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/object.h b/include/wx/object.h index 68233948a5..3ac8f6bf6e 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -590,7 +590,7 @@ private : #if defined(__WXDEBUG__) && wxUSE_GLOBAL_MEMORY_OPERATORS && wxUSE_DEBUG_NEW_ALWAYS #define new new(__TFILE__,__LINE__) -#else if (defined(__WXDEBUG__) && defined(__VISUALC__) && !wxUSE_GLOBAL_MEMORY_OPERATORS && wxUSE_DEBUG_NEW_ALWAYS) +#elif (defined(__WXDEBUG__) && defined(__VISUALC__) && !wxUSE_GLOBAL_MEMORY_OPERATORS && wxUSE_DEBUG_NEW_ALWAYS) // Including this file redefines new and allows leak reports to contain line numbers #include "wx/msw/msvcrt.h" #endif -- 2.50.0