diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_edit.cpp')
-rw-r--r-- | xfa/fwl/core/cfwl_edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_edit.cpp b/xfa/fwl/core/cfwl_edit.cpp index 447dbc8fb2..e404b1de6a 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() {} |