diff options
author | Naios <naios-dev@live.de> | 2016-08-27 11:40:13 +0200 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2016-08-29 22:03:48 +0200 |
commit | 13e5817417f48374ff460c5ccdc5f149a1ae8791 (patch) | |
tree | 28f5c948c4a2cd37411f605b5c7219e165fbfea5 /src/common/Common.cpp | |
parent | 0c97ef5f74ecd30a16965719b857d0ba71580fbf (diff) |
Core/Common: Correct the linking of localeNames
Diffstat (limited to 'src/common/Common.cpp')
-rw-r--r-- | src/common/Common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Common.cpp b/src/common/Common.cpp index 7337853b292..9f95dba5330 100644 --- a/src/common/Common.cpp +++ b/src/common/Common.cpp @@ -18,7 +18,7 @@ #include "Common.h" -TC_COMMON_API char const* localeNames[TOTAL_LOCALES] = +char const* localeNames[TOTAL_LOCALES] = { "enUS", "koKR", |