diff options
Diffstat (limited to 'xfa/fxfa/include/xfa_ffapp.h')
-rw-r--r-- | xfa/fxfa/include/xfa_ffapp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/include/xfa_ffapp.h b/xfa/fxfa/include/xfa_ffapp.h index 191bb14174..1e8bf5b117 100644 --- a/xfa/fxfa/include/xfa_ffapp.h +++ b/xfa/fxfa/include/xfa_ffapp.h @@ -51,7 +51,7 @@ class CXFA_FFApp { IFWL_AdapterTimerMgr* GetTimerMgr(); CXFA_FontMgr* GetXFAFontMgr(); - IFX_FontMgr* GetFDEFontMgr(); + IFGAS_FontMgr* GetFDEFontMgr(); CXFA_FWLTheme* GetFWLTheme(); CFWL_WidgetMgrDelegate* GetWidgetMgrDelegate() { return m_pWidgetMgrDelegate; @@ -68,7 +68,7 @@ class CXFA_FFApp { #endif CXFA_FWLAdapterWidgetMgr* m_pAdapterWidgetMgr; CFWL_WidgetMgrDelegate* m_pWidgetMgrDelegate; - IFX_FontMgr* m_pFDEFontMgr; + IFGAS_FontMgr* m_pFDEFontMgr; }; #endif // XFA_FXFA_INCLUDE_XFA_FFAPP_H_ |