summaryrefslogtreecommitdiff
path: root/zen/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/i18n.h')
-rw-r--r--zen/i18n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/i18n.h b/zen/i18n.h
index 217d506c..66e5fa53 100644
--- a/zen/i18n.h
+++ b/zen/i18n.h
@@ -22,7 +22,7 @@
namespace zen
{
-//implement handler to enable program wide localizations
+//implement handler to enable program wide localizations: implement THREAD-SAFE ACCESS!
struct TranslationHandler
{
virtual ~TranslationHandler() {}
bgstack15