summaryrefslogtreecommitdiff
path: root/utils/HashTable.cc
diff options
context:
space:
mode:
authorchatty1994-05-05 13:44:43 +0000
committerchatty1994-05-05 13:44:43 +0000
commitbfcb06768fbcd5d05a5c2da4055510ca76df957b (patch)
tree5897fdeaf24348f83e8b665dd9830ac188d69e91 /utils/HashTable.cc
parent2cb4e5ad68105db10106e5ebe886f24c66c81076 (diff)
downloadivy-league-bfcb06768fbcd5d05a5c2da4055510ca76df957b.zip
ivy-league-bfcb06768fbcd5d05a5c2da4055510ca76df957b.tar.gz
ivy-league-bfcb06768fbcd5d05a5c2da4055510ca76df957b.tar.bz2
ivy-league-bfcb06768fbcd5d05a5c2da4055510ca76df957b.tar.xz
Status -> GetStatus
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;