aboutsummaryrefslogtreecommitdiff
path: root/src/common/Common.cpp
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-08-27 11:40:13 +0200
committerNaios <naios-dev@live.de>2016-08-29 22:07:18 +0200
commita2eb1c00669f1f3c2e4f7ab4a0cd2b3cbda5e11f (patch)
tree8822d6e4c32cfc5c83bea39f580a755118777640 /src/common/Common.cpp
parentcc51ae6f9a32c38cda2be30caadb879ed72f1273 (diff)
Core/Common: Correct the linking of localeNames
(cherry picked from commit 13e5817417f48374ff460c5ccdc5f149a1ae8791)
Diffstat (limited to 'src/common/Common.cpp')
-rw-r--r--src/common/Common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Common.cpp b/src/common/Common.cpp
index eb4316edd69..4555f00a76c 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",