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
@@ -23,7 +23,7 @@ class NameTable
public:
NameTable(const std::string &filename);
std::string get_name_for_id(const unsigned name_id) const;
std::string GetNameForID(const unsigned name_id) const;
};
} // namespace util
} // namespace osrm