Index: xfa/fwl/core/ifwl_datetimeedit.h |
diff --git a/xfa/fwl/core/ifwl_datetimeedit.h b/xfa/fwl/core/ifwl_datetimeedit.h |
index 84ff7e7ee7283657cdbe2b65bd5c93c8dd0723a9..1649d395390b11d54ef3302c83e728c342380f99 100644 |
--- a/xfa/fwl/core/ifwl_datetimeedit.h |
+++ b/xfa/fwl/core/ifwl_datetimeedit.h |
@@ -8,7 +8,7 @@ |
#define XFA_FWL_CORE_IFWL_DATETIMEEDIT_H_ |
#include "xfa/fwl/core/cfwl_message.h" |
-#include "xfa/fwl/core/cfwl_widgetimpproperties.h" |
+#include "xfa/fwl/core/cfwl_widgetproperties.h" |
#include "xfa/fwl/core/fwl_error.h" |
#include "xfa/fwl/core/ifwl_edit.h" |
#include "xfa/fwl/core/ifwl_widget.h" |
@@ -16,7 +16,7 @@ |
class IFWL_DateTimeEdit : public IFWL_Edit { |
public: |
IFWL_DateTimeEdit(const IFWL_App* app, |
- const CFWL_WidgetImpProperties& properties, |
+ std::unique_ptr<CFWL_WidgetProperties> properties, |
IFWL_Widget* pOuter); |
// IFWL_Edit. |