summaryrefslogtreecommitdiff
path: root/utils/HashTable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/HashTable.cc')
-rw-r--r--utils/HashTable.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/utils/HashTable.cc b/utils/HashTable.cc
index d1c4b51..002efdd 100644
--- a/utils/HashTable.cc
+++ b/utils/HashTable.cc
@@ -3,7 +3,7 @@
*
* by Stephane Chatty
*
- * Copyright 1991-1995
+ * Copyright 1991-1996
* Laboratoire de Recherche en Informatique (LRI)
* Centre d'Etudes de la Navigation Aerienne (CENA)
*
@@ -643,10 +643,12 @@ Get the status of an iterator. The status may be one of \var{Normal, StartOfTabl
\var{EndOfTable}
?*/
#ifndef CPLUS_BUG13
-CcuHashCellIter::
-#endif
+CcuHashCellIter::hashiter_status
+CcuHashCellIter :: GetStatus () const
+#else
hashiter_status
CcuHashCellIter :: GetStatus () const
+#endif
{
if (CurCell)
return Normal;