summaryrefslogtreecommitdiff
path: root/utils/HashTable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/HashTable.cc')
-rw-r--r--utils/HashTable.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/HashTable.cc b/utils/HashTable.cc
index 44bc557..d1c4b51 100644
--- a/utils/HashTable.cc
+++ b/utils/HashTable.cc
@@ -3,7 +3,7 @@
*
* by Stephane Chatty
*
- * Copyright 1991, 1992
+ * Copyright 1991-1995
* Laboratoire de Recherche en Informatique (LRI)
* Centre d'Etudes de la Navigation Aerienne (CENA)
*
@@ -73,7 +73,7 @@ CcuHashCell :: ClassInit ()
/*?nodoc?*/
void*
-CcuHashCell :: operator new (unsigned long)
+CcuHashCell :: operator new (size_t)
{
return HashCellMem->Alloc ();
}
@@ -550,7 +550,7 @@ CcuDictionnary :: CopyString (const void* k)
/*?hidden?*/
void
-CcuDictionnary :: DeleteString (void* k)
+CcuDictionnary :: DeleteString (const void* k)
{
FreeString ((char*) k);
}