diff options
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |