get_name_for_id -> GetNameForID

This commit is contained in:
Patrick Niklaus
2016-03-18 19:21:13 +01:00
parent ea93f6f560
commit 5c01878542
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ NameTable::NameTable(const std::string &filename)
}
}
std::string NameTable::get_name_for_id(const unsigned name_id) const
std::string NameTable::GetNameForID(const unsigned name_id) const
{
if (std::numeric_limits<unsigned>::max() == name_id)
{