X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4354db179f5b9f3107cc532bb5232deccab90d0..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/msw/button.h diff --git a/include/wx/msw/button.h b/include/wx/msw/button.h index ebf260e87f..26979a8939 100644 --- a/include/wx/msw/button.h +++ b/include/wx/msw/button.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -77,6 +76,9 @@ private: m_authNeeded = false; } + void OnCharHook(wxKeyEvent& event); + + wxDECLARE_EVENT_TABLE(); wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxButton); };