| Index: xfa/fwl/core/cfwl_formproxy.cpp
|
| diff --git a/xfa/fwl/core/cfwl_formproxy.cpp b/xfa/fwl/core/cfwl_formproxy.cpp
|
| index ef325c4fddc2b6c0a62ffca122cb7e0ac51a3446..c6d667f40e80d596a7b0cea35ebdcaaf2e802f10 100644
|
| --- a/xfa/fwl/core/cfwl_formproxy.cpp
|
| +++ b/xfa/fwl/core/cfwl_formproxy.cpp
|
| @@ -15,7 +15,7 @@
|
| CFWL_FormProxy::CFWL_FormProxy(
|
| const CFWL_App* app,
|
| std::unique_ptr<CFWL_WidgetProperties> properties,
|
| - IFWL_Widget* pOuter)
|
| + CFWL_Widget* pOuter)
|
| : CFWL_Form(app, std::move(properties), pOuter) {}
|
|
|
| CFWL_FormProxy::~CFWL_FormProxy() {}
|
|
|