summaryrefslogtreecommitdiff
path: root/utils/SmartPointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/SmartPointer.h')
-rw-r--r--utils/SmartPointer.h2
1 files changed, 1 insertions, 1 deletions
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 ();