diff options
Diffstat (limited to 'xfa/fxfa/cxfa_fontmgr.h')
-rw-r--r-- | xfa/fxfa/cxfa_fontmgr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fxfa/cxfa_fontmgr.h b/xfa/fxfa/cxfa_fontmgr.h index a940fafc46..7d067bddb6 100644 --- a/xfa/fxfa/cxfa_fontmgr.h +++ b/xfa/fxfa/cxfa_fontmgr.h @@ -29,10 +29,9 @@ class CXFA_FontMgr { RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* hDoc, const WideStringView& wsFontFamily, uint32_t dwFontStyles); - void SetDefFontMgr(std::unique_ptr<CFGAS_DefaultFontManager> pFontMgr); private: - std::unique_ptr<CFGAS_DefaultFontManager> m_pDefFontMgr; + CFGAS_DefaultFontManager m_pDefFontMgr; std::map<ByteString, RetainPtr<CFGAS_GEFont>> m_FontMap; }; |