]> git.saurik.com Git - wxWidgets.git/commitdiff
Add an empty implementation of the OSXGenerateEvent() pure virtual so the generic...
authorRobin Dunn <robin@alldunn.com>
Wed, 8 Feb 2012 00:16:59 +0000 (00:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 8 Feb 2012 00:16:59 +0000 (00:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/datectrl.h

index 6151d81b08e8febec542e2c9e7b61f6cfe7bb572..61e9aef431b960e1f8611fa949f8f07a489c316e 100644 (file)
@@ -82,6 +82,10 @@ private:
     void OnSize(wxSizeEvent& event);
     void OnFocus(wxFocusEvent& event);
 
+#ifdef __WXOSX_COCOA__
+    virtual void OSXGenerateEvent(const wxDateTime& dt) {}
+#endif
+
     wxComboCtrl* m_combo;
     wxCalendarComboPopup* m_popup;