Index: xfa/fwl/core/ifwl_caret.h |
diff --git a/xfa/fwl/core/ifwl_caret.h b/xfa/fwl/core/ifwl_caret.h |
index 57d0025a6b8220dcb593a13e26ab982328b92e6b..53fe1dd6cb62ec15dc80cf19dc69ea7c3cdc4533 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; |