summaryrefslogtreecommitdiff
path: root/utils/SmartPointer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/SmartPointer.cc')
-rw-r--r--utils/SmartPointer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/SmartPointer.cc b/utils/SmartPointer.cc
index 2ff5539..50343df 100644
--- a/utils/SmartPointer.cc
+++ b/utils/SmartPointer.cc
@@ -3,7 +3,7 @@
*
* by Stephane Chatty
*
- * Copyright 1990, 1991, 1992
+ * Copyright 1990-1995
* Laboratoire de Recherche en Informatique (LRI)
* Centre d'Etudes de la Navigation Aerienne (CENA)
*
@@ -60,7 +60,7 @@ works well only if the constructor is called right after operator new, which is
always the case...
!*/
void*
-CcuSmartData :: operator new (unsigned long size)
+CcuSmartData :: operator new (size_t size)
{
#ifdef OLD
NextCreatedIsDynamic = 1;