few details fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-09-18 18:34:33 +00:00
parent 07897ae604
commit f1d5aa1285
3 changed files with 4 additions and 4 deletions

View File

@@ -94,6 +94,6 @@ public:
Returns in the given array the current contents of the control
(the array will be erased before control's contents are appended).
*/
void GetSelections(wxArrayString& strings) const;
void GetStrings(wxArrayString& strings) const;
};