summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_formproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_formproxy.h')
-rw-r--r--xfa/fwl/core/cfwl_formproxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fwl/core/cfwl_formproxy.h b/xfa/fwl/core/cfwl_formproxy.h
index 80e0980d0e..db8323bf64 100644
--- a/xfa/fwl/core/cfwl_formproxy.h
+++ b/xfa/fwl/core/cfwl_formproxy.h
@@ -17,10 +17,10 @@ class CFWL_FormProxy : public CFWL_Form {
public:
CFWL_FormProxy(const CFWL_App* app,
std::unique_ptr<CFWL_WidgetProperties> properties,
- IFWL_Widget* pOuter);
+ CFWL_Widget* pOuter);
~CFWL_FormProxy() override;
- // IFWL_Widget
+ // CFWL_Widget
FWL_Type GetClassID() const override;
bool IsInstance(const CFX_WideStringC& wsClass) const override;
void Update() override;