]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied [ 897450 ] Patch for WXDEBUG_NEW docs
authorJulian Smart <julian@anthemion.co.uk>
Wed, 18 Feb 2004 11:44:11 +0000 (11:44 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 18 Feb 2004 11:44:11 +0000 (11:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tdebug.tex

index 76ab37d3db88f8715a40f7f500c28f01febfa6e4..04eb2fa0e040fd2519eb3a2aa62c667fb07b9104 100644 (file)
@@ -36,8 +36,8 @@ find difficult-to-detect memory leaks (objects are not
 deallocated), overwrites (writing past the end of your object) and
 underwrites (writing to memory in front of the object).
 
 deallocated), overwrites (writing past the end of your object) and
 underwrites (writing to memory in front of the object).
 
-If debugging mode is on and the symbol wxUSE\_GLOBAL\_MEMORY\_OPERATORS is set
-to 1 in setup.h, 'new' is defined to be:
+If debugging mode is on and the symbols wxUSE\_GLOBAL\_MEMORY\_OPERATORS and
+wxUSE\_DEBUG\_NEW\_ALWAYS are set to 1 in setup.h, 'new' is defined to be:
 
 {\small
 \begin{verbatim}
 
 {\small
 \begin{verbatim}