diff options
Diffstat (limited to 'src/shared/Common.cpp')
-rw-r--r-- | src/shared/Common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Common.cpp b/src/shared/Common.cpp index e70dc8358c2..27ae9184d69 100644 --- a/src/shared/Common.cpp +++ b/src/shared/Common.cpp @@ -40,3 +40,4 @@ LocaleConstant GetLocaleByName(const std::string& name) return LOCALE_enUS; // including enGB case } + |