X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b7fa2069b9f69c9da5783e04c7a935927eb403f..c753eb9269d1e6c99b80a2d782ce49d9864ac1da:/src/univ/combobox.cpp diff --git a/src/univ/combobox.cpp b/src/univ/combobox.cpp index 4b4953f462..9d8033a7d8 100644 --- a/src/univ/combobox.cpp +++ b/src/univ/combobox.cpp @@ -273,7 +273,7 @@ wxComboBox::~wxComboBox() // wxComboBox methods forwarded to wxTextCtrl // ---------------------------------------------------------------------------- -wxString wxComboBox::GetValue() const +wxString wxComboBox::DoGetValue() const { return wxComboCtrl::GetValue(); }