]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/textentry.cpp
Fix another crash when conversion fails in Unix PostScript code.
[wxWidgets.git] / src / os2 / textentry.cpp
index 817390980da9930eb26fcd58e0b40d97ec831053..8d2f3219770cb4ae30368e1f680d8bbe495d44d2 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxTextEntry implementation for wxOS2
 // Author:      Stefan Neis
 // Created:     2007-11-18
 // Purpose:     wxTextEntry implementation for wxOS2
 // Author:      Stefan Neis
 // Created:     2007-11-18
-// RCS-ID:      $Id$
 // Copyright:   (c) 2007 Stefan Neis
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 2007 Stefan Neis
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -61,7 +60,7 @@ void wxTextEntry::WriteText(const wxString& text)
     ::WinSetWindowText(GetEditHwnd(), text.c_str());
 }
 
     ::WinSetWindowText(GetEditHwnd(), text.c_str());
 }
 
-wxString wxTextEntry::GetValue() const
+wxString wxTextEntry::DoGetValue() const
 {
     return wxGetWindowText(GetEditHWND());
 }
 {
     return wxGetWindowText(GetEditHWND());
 }