X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b7fa2069b9f69c9da5783e04c7a935927eb403f..04aa748dc4ce9d11cf7044255e17db574cad8a75:/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();
 }