summaryrefslogtreecommitdiff
path: root/utils/HashTable.h
diff options
context:
space:
mode:
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; }
};