| Index: xfa/fwl/core/cfwl_datetimepicker.h
|
| diff --git a/xfa/fwl/core/cfwl_datetimepicker.h b/xfa/fwl/core/cfwl_datetimepicker.h
|
| index 5003cb2ea5185a921729d0c4a9c80a011ff36236..f27082fa60d11dfb2472dc8f0e0e6a8ac1880d6b 100644
|
| --- a/xfa/fwl/core/cfwl_datetimepicker.h
|
| +++ b/xfa/fwl/core/cfwl_datetimepicker.h
|
| @@ -12,7 +12,7 @@
|
|
|
| class CFWL_DateTimePicker : public CFWL_Widget, public IFWL_DateTimePickerDP {
|
| public:
|
| - CFWL_DateTimePicker(const IFWL_App*);
|
| + explicit CFWL_DateTimePicker(const IFWL_App* pApp);
|
| ~CFWL_DateTimePicker() override;
|
|
|
| void Initialize();
|
| @@ -38,9 +38,6 @@ class CFWL_DateTimePicker : public CFWL_Widget, public IFWL_DateTimePickerDP {
|
| void ModifyEditStylesEx(uint32_t dwStylesExAdded, uint32_t dwStylesExRemoved);
|
|
|
| private:
|
| - int32_t m_iYear;
|
| - int32_t m_iMonth;
|
| - int32_t m_iDay;
|
| CFX_WideString m_wsData;
|
| };
|
|
|
|
|