Index: xfa/fwl/core/ifwl_comboedit.h |
diff --git a/xfa/fwl/core/ifwl_comboedit.h b/xfa/fwl/core/ifwl_comboedit.h |
index fceba2f5282c1f9bebcc210c24226b376315fb06..f4a529a186ad3644752897f819d3a5b18e2652b2 100644 |
--- a/xfa/fwl/core/ifwl_comboedit.h |
+++ b/xfa/fwl/core/ifwl_comboedit.h |
@@ -15,7 +15,8 @@ class IFWL_ComboBox; |
class IFWL_ComboEdit : public IFWL_Edit { |
public: |
- IFWL_ComboEdit(const CFWL_WidgetImpProperties& properties, |
+ IFWL_ComboEdit(const IFWL_App* app, |
+ const CFWL_WidgetImpProperties& properties, |
IFWL_Widget* pOuter); |
void ClearSelected(); |