summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index e0c2dc6e..2d1f0b9a 100644
--- a/debug.h
+++ b/debug.h
@@ -110,7 +110,7 @@ bool _debug_active(const char * const cls);
#endif
extern int new_calls;
-extern int new_size;
+extern long long new_size;
#if 0
void * operator new(std::size_t) throw (std::bad_alloc);