--- 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;