Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -833,7 +833,7 @@ int wxComboBox::DoInsert(const wxString& item, int pos)
|
||||
if (pos == GetCount())
|
||||
return DoAppend(item);
|
||||
|
||||
GetLBox()->Insert(1, &item, pos);
|
||||
GetLBox()->Insert(item, pos);
|
||||
return pos;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user