X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74124ea96161da28a76df576e410c3437ac58272..40b26d752de12e3e9f03172049c441de1a5e0276:/include/wx/msw/spinctrl.h?ds=sidebyside diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index bd13d0e305..b58f818c74 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -12,10 +12,6 @@ #ifndef _WX_MSW_SPINCTRL_H_ #define _WX_MSW_SPINCTRL_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "spinctrl.h" -#endif - #include "wx/spinbutt.h" // the base class #if wxUSE_SPINCTRL @@ -106,6 +102,7 @@ protected: // Handle processing of special keys void OnChar(wxKeyEvent& event); void OnSetFocus(wxFocusEvent& event); + void OnKillFocus(wxFocusEvent& event); // the data for the "buddy" text ctrl WXHWND m_hwndBuddy;