Replace wxUSE_DATEPICKCTRL with wxUSE_TIMEPICKCTRL in #endif too

Complete the change of 93d71116b7
This commit is contained in:
Vadim Zeitlin 2018-10-29 23:14:30 +01:00
parent a34bedd7b5
commit 9d717a1204

View File

@ -61,4 +61,4 @@ bool wxTimePickerCtrl::MSWOnDateTimeChange(const NMDATETIMECHANGE& dtch)
wxDateEvent event(this, m_date, wxEVT_TIME_CHANGED);
return HandleWindowEvent(event);
}
#endif // wxUSE_DATEPICKCTRL
#endif // wxUSE_TIMEPICKCTRL