X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7fce89b9441f5a7c885086af6e0d1bf981156c49..6493aacaeb7b22b9fa35c559f7753e9fec0da71f:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index e0ea296ae2..a4f85d7d61 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -736,10 +736,12 @@ wxKeyEvent::wxKeyEvent(const wxKeyEvent& evt) #endif } +#if WXWIN_COMPATIBILITY_2_6 long wxKeyEvent::KeyCode() const { return m_keyCode; } +#endif // WXWIN_COMPATIBILITY_2_6 wxWindowCreateEvent::wxWindowCreateEvent(wxWindow *win) {