diff options
Diffstat (limited to 'core/fxcrt/cfx_char.h')
-rw-r--r-- | core/fxcrt/cfx_char.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_char.h b/core/fxcrt/cfx_char.h index 74f0a4f9cd..fb625ee038 100644 --- a/core/fxcrt/cfx_char.h +++ b/core/fxcrt/cfx_char.h @@ -40,7 +40,7 @@ class CFX_Char { int16_t m_iBidiOrder; int32_t m_iFontSize; uint32_t m_dwIdentity; - CFX_RetainPtr<CFX_Retainable> m_pUserData; + RetainPtr<Retainable> m_pUserData; private: uint16_t m_wCharCode; |