X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..1338c59a025505bc066be220fe56e898a72b3ad3:/include/wx/msw/spinctrl.h diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index 5d4d2824a2..40acd606bd 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -100,6 +100,7 @@ protected: // Handle processing of special keys void OnChar(wxKeyEvent& event); + void OnSetFocus(wxFocusEvent& event); // the data for the "buddy" text ctrl WXHWND m_hwndBuddy;