summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_themetext.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_themetext.h')
-rw-r--r--xfa/fwl/cfwl_themetext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_themetext.h b/xfa/fwl/cfwl_themetext.h
index 6cbc465bf3..7c8330e04e 100644
--- a/xfa/fwl/cfwl_themetext.h
+++ b/xfa/fwl/cfwl_themetext.h
@@ -18,7 +18,7 @@ class CFWL_ThemeText : public CFWL_ThemePart {
CFX_WideString m_wsText;
uint32_t m_dwTTOStyles;
int32_t m_iTTOAlign;
- CFX_Graphics* m_pGraphics;
+ CXFA_Graphics* m_pGraphics;
};
#endif // XFA_FWL_CFWL_THEMETEXT_H_