projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make it possible to override directory
[wxWidgets.git]
/
src
/
cocoa
/
combobox.mm
diff --git
a/src/cocoa/combobox.mm
b/src/cocoa/combobox.mm
index 4101d8f3d5b199e4c779ba272b5d5e1d5f2b13b3..eb3f4b104f705f97c60ae898d6a200c66dfa9de9 100644
(file)
--- a/
src/cocoa/combobox.mm
+++ b/
src/cocoa/combobox.mm
@@
-63,7
+63,7
@@
wxString wxComboBox::GetStringSelection()
return wxEmptyString;
}
-void wxComboBox::SetStringSelection(wxString& selection)
+void wxComboBox::SetStringSelection(
const
wxString& selection)
{
}