correct wxSortedArrayString(wxArrayString) ctor documentation (closes #10944)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
68623b5937
commit
e5c48ccdf6
1 changed files with 5 additions and 3 deletions
|
|
@ -279,10 +279,12 @@ class wxSortedArrayString : public wxArrayString
|
|||
public:
|
||||
|
||||
/**
|
||||
Copy constructor. Note that when an array is assigned to a sorted array,
|
||||
its contents is automatically sorted during construction.
|
||||
Conversion constructor.
|
||||
|
||||
Constructs a sorted array with the same contents as the (possibly
|
||||
unsorted) "array" argument.
|
||||
*/
|
||||
wxArrayString(const wxArrayString& array);
|
||||
wxSortedArrayString(const wxArrayString& array);
|
||||
|
||||
/**
|
||||
@copydoc wxArrayString::Add()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue