summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty1996-10-04 09:20:43 +0000
committerchatty1996-10-04 09:20:43 +0000
commit1f31dae61d85d8ebb248f5202214f7e5e605f80f (patch)
tree5f984d338caccd7eea1029991f4fe650d3dcedcc
parent970610ca262632089e28c2dca33ff61eb1e5f749 (diff)
downloadivy-league-1f31dae61d85d8ebb248f5202214f7e5e605f80f.zip
ivy-league-1f31dae61d85d8ebb248f5202214f7e5e605f80f.tar.gz
ivy-league-1f31dae61d85d8ebb248f5202214f7e5e605f80f.tar.bz2
ivy-league-1f31dae61d85d8ebb248f5202214f7e5e605f80f.tar.xz
Slight fix to suit documentation tools
-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;