system/localize: change memory allocation, no user-visible changes

This commit is contained in:
martii
2013-11-09 16:28:41 +01:00
committed by svenhoefer
parent 25909c10b6
commit 9f563d7209
2 changed files with 49 additions and 40 deletions

View File

@@ -51,6 +51,9 @@ class CLocaleManager
private:
char * * localeData;
char * * defaultData;
char * localeDataMem;
char * defaultDataMem;
public:
enum loadLocale_ret_t