src/StringTable.cc

changeset 112
def56932f938
parent 88
5def6ff8b466
child 115
9be16e1c1e44
--- a/src/StringTable.cc	Sun Feb 23 17:21:18 2014 +0200
+++ b/src/StringTable.cc	Sun Feb 23 17:45:34 2014 +0200
@@ -44,7 +44,7 @@
 //
 // Potentially adds a string to the table and returns the index of it.
 //
-int GetStringTableIndex (const String& a)
+int StringTableIndex (const String& a)
 {
 	// Find a free slot in the table.
 	int idx;

mercurial