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 289bbd4fe5..31e29bf4eb 100644 --- a/xfa/fxfa/cxfa_fwltheme.h +++ b/xfa/fxfa/cxfa_fwltheme.h @@ -29,7 +29,7 @@ class CXFA_FWLTheme final : public IFWL_ThemeProvider { explicit CXFA_FWLTheme(CXFA_FFApp* pApp); ~CXFA_FWLTheme() override; - bool LoadCalendarFont(); + bool LoadCalendarFont(CXFA_FFDoc* doc); // IFWL_ThemeProvider: void DrawBackground(CFWL_ThemeBackground* pParams) override; |