diff Core/Toolbox.h @ 2373:68380777f9a6

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Aug 2017 21:51:24 +0200
parents 2aff870c2c58
children 330349d712f9
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue Aug 22 23:33:42 2017 +0200
+++ b/Core/Toolbox.h	Tue Aug 22 21:51:24 2017 +0200
@@ -209,8 +209,8 @@
     void InitializeGlobalLocale(const char* locale);
 
     void FinalizeGlobalLocale();
-#endif
 
     std::string ToUpperCaseWithAccents(const std::string& source);
+#endif
   }
 }