Replace wxUSE_DATEPICKCTRL with wxUSE_TIMEPICKCTRL in #endif too
Complete the change of 93d71116b7
This commit is contained in:
parent
a34bedd7b5
commit
9d717a1204
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue