From fb9e1bc28249203c5ed237856d1fe070f58553f6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 14 Mar 1999 22:00:56 +0000 Subject: [PATCH] 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 --- include/wx/gtk/combobox.h | 1 + include/wx/gtk1/combobox.h | 1 + 2 files changed, 2 insertions(+) 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 -- 2.47.2