From: Vadim Zeitlin Date: Sun, 14 Mar 1999 22:00:56 +0000 (+0000) Subject: compilation fix (forgot to check in this one) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fb9e1bc28249203c5ed237856d1fe070f58553f6 compilation fix (forgot to check in this one) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/combobox.h b/include/wx/gtk/combobox.h index 7d7822f941..e2f6882904 100644 --- a/include/wx/gtk/combobox.h +++ b/include/wx/gtk/combobox.h @@ -102,6 +102,7 @@ public: void SetEditable( bool editable ); void OnSize( wxSizeEvent &event ); + void OnChar( wxKeyEvent &event ); // implementation diff --git a/include/wx/gtk1/combobox.h b/include/wx/gtk1/combobox.h index 7d7822f941..e2f6882904 100644 --- a/include/wx/gtk1/combobox.h +++ b/include/wx/gtk1/combobox.h @@ -102,6 +102,7 @@ public: void SetEditable( bool editable ); void OnSize( wxSizeEvent &event ); + void OnChar( wxKeyEvent &event ); // implementation