diff options
Diffstat (limited to 'src/lib/util/corefile.cpp')
-rw-r--r-- | src/lib/util/corefile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/corefile.cpp b/src/lib/util/corefile.cpp index 54dbca51813..699ef91027b 100644 --- a/src/lib/util/corefile.cpp +++ b/src/lib/util/corefile.cpp @@ -410,8 +410,8 @@ int core_text_file::getc() } // fetch the next character - utf16_char utf16_buffer[UTF16_CHAR_MAX]; - unicode_char uchar = unicode_char(~0); + char16_t utf16_buffer[UTF16_CHAR_MAX]; + char32_t uchar = char32_t(~0); switch (m_text_type) { default: |