summaryrefslogtreecommitdiff
path: root/shared/i18n.cpp
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:14:37 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:14:37 +0200
commit8bf668665b107469086f16cb8ad23e47d479d2b4 (patch)
tree66a91ef06a8caa7cd6819dcbe1860693d3eda8d5 /shared/i18n.cpp
parent3.21 (diff)
downloadFreeFileSync-8bf668665b107469086f16cb8ad23e47d479d2b4.tar.gz
FreeFileSync-8bf668665b107469086f16cb8ad23e47d479d2b4.tar.bz2
FreeFileSync-8bf668665b107469086f16cb8ad23e47d479d2b4.zip
4.0
Diffstat (limited to 'shared/i18n.cpp')
-rw-r--r--shared/i18n.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/i18n.cpp b/shared/i18n.cpp
index f22dca56..a5fb32dd 100644
--- a/shared/i18n.cpp
+++ b/shared/i18n.cpp
@@ -3,6 +3,7 @@
using namespace zen;
+
namespace
{
std::unique_ptr<TranslationHandler> globalHandler;
bgstack15