diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_themetext.h')
-rw-r--r-- | xfa/fwl/core/cfwl_themetext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fwl/core/cfwl_themetext.h b/xfa/fwl/core/cfwl_themetext.h index b570ca814d..9662414069 100644 --- a/xfa/fwl/core/cfwl_themetext.h +++ b/xfa/fwl/core/cfwl_themetext.h @@ -14,6 +14,7 @@ class CFWL_ThemeText : public CFWL_ThemePart { public: CFWL_ThemeText() : m_pGraphics(nullptr) {} + CFX_WideString m_wsText; uint32_t m_dwTTOStyles; int32_t m_iTTOAlign; |