Chromium Code Reviews| 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..d624929d94ca1b5179e4625f8dade961d82a45c8 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*); |
|
Tom Sepez
2016/11/15 18:44:59
"
dsinclair
2016/11/15 19:10:23
Done.
|
| ~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; |
| }; |