summary refs log tree commit diff stats
path: root/tools/util/naming.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/util/naming.h')
-rw-r--r--tools/util/naming.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/util/naming.h b/tools/util/naming.h index 7d61309..9a68851 100644 --- a/tools/util/naming.h +++ b/tools/util/naming.h
@@ -3,6 +3,6 @@
3 3
4#include <string> 4#include <string>
5 5
6std::string GetLetterName(std::string key, bool double_); 6std::string GetLetterName(std::string key, bool level2);
7 7
8#endif /* TOOLS_UTIL_NAMING_H_ */ 8#endif /* TOOLS_UTIL_NAMING_H_ */