From 5b82415ebaaafbc7d057c3ae7e31e29c699fe9bb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 3 Dec 2012 00:34:28 +0000 Subject: [PATCH] wxGTK linking fix after r73102. Remove SendSelectionChangedEvent() declaration, it's now in the base class. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/choice.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/gtk/choice.h b/include/wx/gtk/choice.h index b9297200ec..eb1fe8989b 100644 --- a/include/wx/gtk/choice.h +++ b/include/wx/gtk/choice.h @@ -64,8 +64,6 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr ); - void SendSelectionChangedEvent(wxEventType evt_type); - int GetSelection() const; void SetSelection(int n); -- 2.45.2