Fix wxDatePickerCtrl build in wxOSX after the previous commit
This should have been done there, as overriding OSXGenerateEvent() is not necessary (and actively harmful in C++ mode) any more after its changes.
This commit is contained in:
@@ -83,10 +83,6 @@ private:
|
|||||||
void OnText(wxCommandEvent &event);
|
void OnText(wxCommandEvent &event);
|
||||||
void OnSize(wxSizeEvent& event);
|
void OnSize(wxSizeEvent& event);
|
||||||
|
|
||||||
#ifdef __WXOSX_COCOA__
|
|
||||||
virtual void OSXGenerateEvent(const wxDateTime& WXUNUSED(dt)) wxOVERRIDE { }
|
|
||||||
#endif
|
|
||||||
|
|
||||||
wxComboCtrl* m_combo;
|
wxComboCtrl* m_combo;
|
||||||
wxCalendarComboPopup* m_popup;
|
wxCalendarComboPopup* m_popup;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user