diff options
Diffstat (limited to 'tools/util/naming.h')
-rw-r--r-- | tools/util/naming.h | 2 |
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 | ||
6 | std::string GetLetterName(std::string key, bool double_); | 6 | std::string GetLetterName(std::string key, bool level2); |
7 | 7 | ||
8 | #endif /* TOOLS_UTIL_NAMING_H_ */ | 8 | #endif /* TOOLS_UTIL_NAMING_H_ */ |