diff options
Diffstat (limited to 'xfa/fxfa/cxfa_fwltheme.h')
-rw-r--r-- | xfa/fxfa/cxfa_fwltheme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_fwltheme.h b/xfa/fxfa/cxfa_fwltheme.h index 7813545447..bdab7cfdc5 100644 --- a/xfa/fxfa/cxfa_fwltheme.h +++ b/xfa/fxfa/cxfa_fwltheme.h @@ -60,7 +60,7 @@ class CXFA_FWLTheme final : public IFWL_ThemeProvider { std::unique_ptr<CFDE_TextOut> m_pTextOut; RetainPtr<CFGAS_GEFont> m_pCalendarFont; WideString m_wsResource; - CFX_UnownedPtr<CXFA_FFApp> const m_pApp; + UnownedPtr<CXFA_FFApp> const m_pApp; CFX_RectF m_Rect; }; |