From c68b8967461719a85fbb71a71b405c145c8c46a8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Feb 2012 15:40:04 +0000 Subject: [PATCH] Fix typo in wxMultiChoiceDialog::GetSelections() name in the documentation. Closes #13986. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/choicdlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/choicdlg.h b/interface/wx/choicdlg.h index 70ff5d444b..ff49376afc 100644 --- a/interface/wx/choicdlg.h +++ b/interface/wx/choicdlg.h @@ -123,7 +123,7 @@ public: /** Returns array with indexes of selected items. */ - wxArrayInt GetSelection() const; + wxArrayInt GetSelections() const; /** Sets selected items from the array of selected items' indexes. -- 2.45.2