summaryrefslogtreecommitdiff
path: root/xfa/fde/cfx_chariter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fde/cfx_chariter.cpp')
-rw-r--r--xfa/fde/cfx_chariter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/cfx_chariter.cpp b/xfa/fde/cfx_chariter.cpp
index 568ecd6cf0..ff5b0d9c3a 100644
--- a/xfa/fde/cfx_chariter.cpp
+++ b/xfa/fde/cfx_chariter.cpp
@@ -26,7 +26,7 @@ bool CFX_CharIter::Next(bool bPrev) {
return true;
}
-FX_WCHAR CFX_CharIter::GetChar() {
+wchar_t CFX_CharIter::GetChar() {
return m_wsText.GetAt(m_nIndex);
}