comparison 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
comparison
equal deleted inserted replaced
2372:39600af9fec3 2373:68380777f9a6
207 207
208 #if ORTHANC_ENABLE_LOCALE == 1 208 #if ORTHANC_ENABLE_LOCALE == 1
209 void InitializeGlobalLocale(const char* locale); 209 void InitializeGlobalLocale(const char* locale);
210 210
211 void FinalizeGlobalLocale(); 211 void FinalizeGlobalLocale();
212 #endif
213 212
214 std::string ToUpperCaseWithAccents(const std::string& source); 213 std::string ToUpperCaseWithAccents(const std::string& source);
214 #endif
215 } 215 }
216 } 216 }