From 9ee441b8c64cbd39bdd79e9f55e8388390ea6e14 Mon Sep 17 00:00:00 2001 From: chatty Date: Wed, 22 Dec 1993 12:24:30 +0000 Subject: changed arg of operator new --- utils/SmartPointer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/SmartPointer.h') diff --git a/utils/SmartPointer.h b/utils/SmartPointer.h index 90d1180..5b79bf7 100644 --- a/utils/SmartPointer.h +++ b/utils/SmartPointer.h @@ -32,7 +32,7 @@ protected: static int NextCreatedIsDynamic; public: - void* operator new (unsigned); + void* operator new (unsigned long); inline void operator delete (void* that) { ::delete (that); } CcuSmartData (); -- cgit v1.1