summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/fx_basic.h')
-rw-r--r--core/fxcrt/fx_basic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_basic.h b/core/fxcrt/fx_basic.h
index c6ffc0d535..db0072a5ac 100644
--- a/core/fxcrt/fx_basic.h
+++ b/core/fxcrt/fx_basic.h
@@ -117,7 +117,7 @@ class CFX_UTF8Decoder {
void Clear();
void Input(uint8_t byte);
- void AppendChar(uint32_t ch);
+ void AppendCodePoint(uint32_t ch);
void ClearStatus() { m_PendingBytes = 0; }
CFX_WideStringC GetResult() const { return m_Buffer.AsStringC(); }