summaryrefslogtreecommitdiff
path: root/utils/HashTable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/HashTable.cc')
-rw-r--r--utils/HashTable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/HashTable.cc b/utils/HashTable.cc
index 4712f0f..44bc557 100644
--- a/utils/HashTable.cc
+++ b/utils/HashTable.cc
@@ -646,7 +646,7 @@ Get the status of an iterator. The status may be one of \var{Normal, StartOfTabl
CcuHashCellIter::
#endif
hashiter_status
-CcuHashCellIter :: Status () const
+CcuHashCellIter :: GetStatus () const
{
if (CurCell)
return Normal;