]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/textctrl.cpp
fix ANSI build compilation (closes #10846)
[wxWidgets.git] / src / gtk1 / textctrl.cpp
index ad7be3702caa9be4d44ed23dc69963d79e91da9c..547c804242fe26610d2eabcae1ec81c78246a1d0 100644 (file)
@@ -406,7 +406,7 @@ void wxTextCtrl::CalculateScrollbar()
     }
 }
 
-wxString wxTextCtrl::GetValue() const
+wxString wxTextCtrl::DoGetValue() const
 {
     wxCHECK_MSG( m_text != NULL, wxEmptyString, wxT("invalid text ctrl") );