X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a3a5e5eeac0176bb93fa53fb2934a21b6d7c45f..76b0f8384ed211c5f6b48597a62da743b604e666:/src/os2/textentry.cpp?ds=sidebyside diff --git a/src/os2/textentry.cpp b/src/os2/textentry.cpp index 817390980d..8d2f321977 100644 --- a/src/os2/textentry.cpp +++ b/src/os2/textentry.cpp @@ -3,7 +3,6 @@ // Purpose: wxTextEntry implementation for wxOS2 // Author: Stefan Neis // Created: 2007-11-18 -// RCS-ID: $Id$ // Copyright: (c) 2007 Stefan Neis // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -61,7 +60,7 @@ void wxTextEntry::WriteText(const wxString& text) ::WinSetWindowText(GetEditHwnd(), text.c_str()); } -wxString wxTextEntry::GetValue() const +wxString wxTextEntry::DoGetValue() const { return wxGetWindowText(GetEditHWND()); }