Index: xfa/fwl/core/ifwl_combobox.h |
diff --git a/xfa/fwl/core/ifwl_combobox.h b/xfa/fwl/core/ifwl_combobox.h |
index 7d11541e7f9e79ef61c8be670bfe24551b68f47c..8de93a62f6ed968fe62cb4372f175d9dde1c1016 100644 |
--- a/xfa/fwl/core/ifwl_combobox.h |
+++ b/xfa/fwl/core/ifwl_combobox.h |
@@ -11,7 +11,7 @@ |
#include "xfa/fwl/core/ifwl_listbox.h" |
#include "xfa/fxgraphics/cfx_graphics.h" |
-class CFWL_WidgetImpProperties; |
+class CFWL_WidgetProperties; |
class IFWL_ComboBox; |
class IFWL_ComboBoxProxy; |
class IFWL_ComboEdit; |
@@ -80,7 +80,7 @@ class IFWL_ComboBoxDP : public IFWL_ListBoxDP { |
class IFWL_ComboBox : public IFWL_Widget { |
public: |
explicit IFWL_ComboBox(const IFWL_App* app, |
- const CFWL_WidgetImpProperties& properties); |
+ std::unique_ptr<CFWL_WidgetProperties> properties); |
~IFWL_ComboBox() override; |
// IFWL_Widget |