Index: xfa/fwl/core/cfwl_edit.cpp |
diff --git a/xfa/fwl/core/cfwl_edit.cpp b/xfa/fwl/core/cfwl_edit.cpp |
index 447dbc8fb2027d53df1cd92cf917542eba58f16a..e404b1de6a811f2867703f346c300537c891e5cb 100644 |
--- a/xfa/fwl/core/cfwl_edit.cpp |
+++ b/xfa/fwl/core/cfwl_edit.cpp |
@@ -19,7 +19,7 @@ IFWL_Edit* ToEdit(IFWL_Widget* widget) { |
} // namespace |
-CFWL_Edit::CFWL_Edit(const IFWL_App* app) : CFWL_Widget(app) {} |
+CFWL_Edit::CFWL_Edit(const CFWL_App* app) : CFWL_Widget(app) {} |
CFWL_Edit::~CFWL_Edit() {} |