From 13e5817417f48374ff460c5ccdc5f149a1ae8791 Mon Sep 17 00:00:00 2001 From: Naios Date: Sat, 27 Aug 2016 11:40:13 +0200 Subject: Core/Common: Correct the linking of localeNames --- src/common/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Common.cpp') 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", -- cgit v1.2.3