X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/978c6e41132adde512a0a72e5b073ba9251714d1..6ba718d7aee2f519d9146b90424ccec9e2243479:/src/motif/textentry.cpp?ds=sidebyside diff --git a/src/motif/textentry.cpp b/src/motif/textentry.cpp index 9ba70b8df3..3d79807d6c 100644 --- a/src/motif/textentry.cpp +++ b/src/motif/textentry.cpp @@ -3,7 +3,6 @@ // Purpose: implementation of wxTextEntry for wxMotif // Author: Vadim Zeitlin // Created: 2007-11-05 -// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -25,6 +24,7 @@ #ifndef WX_PRECOMP #include "wx/string.h" + #include "wx/window.h" #endif //WX_PRECOMP #include "wx/textentry.h" @@ -59,7 +59,7 @@ long wxTextEntry::GetMotifPos(long pos) const // operations on control text // ---------------------------------------------------------------------------- -wxString wxTextEntry::GetValue() const +wxString wxTextEntry::DoGetValue() const { wxString str;