diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_caret.h')
-rw-r--r-- | xfa/fwl/core/ifwl_caret.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_caret.h b/xfa/fwl/core/ifwl_caret.h index 57d0025a6b..53fe1dd6cb 100644 --- a/xfa/fwl/core/ifwl_caret.h +++ b/xfa/fwl/core/ifwl_caret.h @@ -20,7 +20,7 @@ class IFWL_Widget; class IFWL_Caret : public IFWL_Widget { public: - IFWL_Caret(const IFWL_App* app, + IFWL_Caret(const CFWL_App* app, std::unique_ptr<CFWL_WidgetProperties> properties, IFWL_Widget* pOuter); ~IFWL_Caret() override; |