summaryrefslogtreecommitdiff
path: root/utils/HashTable.h
diff options
context:
space:
mode:
authorchatty1994-05-05 13:44:43 +0000
committerchatty1994-05-05 13:44:43 +0000
commitbfcb06768fbcd5d05a5c2da4055510ca76df957b (patch)
tree5897fdeaf24348f83e8b665dd9830ac188d69e91 /utils/HashTable.h
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.h')
-rw-r--r--utils/HashTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/HashTable.h b/utils/HashTable.h
index ce751ac..c30e5c7 100644
--- a/utils/HashTable.h
+++ b/utils/HashTable.h
@@ -138,7 +138,7 @@ inline void Reset () { CurCell = 0; CurIndex = -1; }
CcuHashCellIter operator ++ (int);
#endif
inline CcuHashCell* operator * () const { return CurCell; }
- hashiter_status Status () const;
+ hashiter_status GetStatus () const;
inline operator int () const { return CurCell != 0; }
};