From bfcb06768fbcd5d05a5c2da4055510ca76df957b Mon Sep 17 00:00:00 2001 From: chatty Date: Thu, 5 May 1994 13:44:43 +0000 Subject: Status -> GetStatus --- utils/HashTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/HashTable.h') 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; } }; -- cgit v1.1