From 878a41d3be13da2a654df74f2a35ea8b295c8a13 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 16 Oct 2018 17:33:51 -0400 Subject: 10.5 --- zen/i18n.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zen/i18n.h') diff --git a/zen/i18n.h b/zen/i18n.h index 45762861..2ecee45a 100755 --- a/zen/i18n.h +++ b/zen/i18n.h @@ -59,10 +59,10 @@ std::shared_ptr getTranslator(); namespace impl { inline -Global& refGlobalTranslationHandler() +FunStatGlobal& refGlobalTranslationHandler() { //getTranslator() may be called even after static objects of this translation unit are destroyed! - static Global inst; //external linkage even in header! + static FunStatGlobal inst; //external linkage even in header! return inst; } } -- cgit