X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32ace3892c868f9d2c1e1094c748b87d01a0be71..6b03a638a437316e47f02a896d3ad664d59c6ddb:/interface/wx/editlbox.h diff --git a/interface/wx/editlbox.h b/interface/wx/editlbox.h index 67a6380211..024b1aabe2 100644 --- a/interface/wx/editlbox.h +++ b/interface/wx/editlbox.h @@ -71,7 +71,7 @@ public: /** Destructor, destroying the list box. */ - ~wxEditableListBox(); + virtual ~wxEditableListBox(); /** Creates the editable listbox for two-step construction. @@ -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; };