diff options
Diffstat (limited to 'core/fxge/cfx_renderdevice.cpp')
-rw-r--r-- | core/fxge/cfx_renderdevice.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fxge/cfx_renderdevice.cpp b/core/fxge/cfx_renderdevice.cpp index 266ae50e78..e1c6a65034 100644 --- a/core/fxge/cfx_renderdevice.cpp +++ b/core/fxge/cfx_renderdevice.cpp @@ -348,7 +348,8 @@ bool ShouldDrawDeviceText(const CFX_Font* pFont, uint32_t text_flags) { } // namespace FXTEXT_CHARPOS::FXTEXT_CHARPOS() - : m_GlyphIndex(0), + : m_Unicode(0), + m_GlyphIndex(0), m_FontCharWidth(0), #if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ m_ExtGID(0), |