diff options
Diffstat (limited to 'locale/localeinfo.h')
-rw-r--r-- | locale/localeinfo.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/locale/localeinfo.h b/locale/localeinfo.h index 1a4fe6f543..984696e024 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -91,7 +91,10 @@ enum value_type bytearray, word, stringlist, - wordarray + wordarray, + wstring, + wstringarray, + wstringlist }; |