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
This commit is contained in:
@@ -64,8 +64,6 @@ public:
|
|||||||
const wxValidator& validator = wxDefaultValidator,
|
const wxValidator& validator = wxDefaultValidator,
|
||||||
const wxString& name = wxChoiceNameStr );
|
const wxString& name = wxChoiceNameStr );
|
||||||
|
|
||||||
void SendSelectionChangedEvent(wxEventType evt_type);
|
|
||||||
|
|
||||||
int GetSelection() const;
|
int GetSelection() const;
|
||||||
void SetSelection(int n);
|
void SetSelection(int n);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user