summaryrefslogtreecommitdiffstats
path: root/knights/knightsmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/knightsmap.h')
-rw-r--r--knights/knightsmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/knightsmap.h b/knights/knightsmap.h
index 0cfa7cb..21edeea 100644
--- a/knights/knightsmap.h
+++ b/knights/knightsmap.h
@@ -88,7 +88,7 @@ void add( KeyType key, DataType data )
/*
Return the next Value associated with the Key given
- in the last call to 'tqfind'. If there are none, then
+ in the last call to 'find'. If there are none, then
NULL is returned.
*/
T& findNext( void )
@@ -110,7 +110,7 @@ T& findNext( void )
the first Value that's associated with the given Key.
If no Value has the given Key, NULL is returned.
*/
-T& tqfind( KeyType key )
+T& find( KeyType key )
{
searchKey = key;
searchIndex = 0;