X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/978c6e41132adde512a0a72e5b073ba9251714d1..d85aece19960f1c09051d2bd5f54281272fde8ff:/src/motif/textentry.cpp?ds=sidebyside diff --git a/src/motif/textentry.cpp b/src/motif/textentry.cpp index 9ba70b8df3..8b3a1291d5 100644 --- a/src/motif/textentry.cpp +++ b/src/motif/textentry.cpp @@ -25,6 +25,7 @@ #ifndef WX_PRECOMP #include "wx/string.h" + #include "wx/window.h" #endif //WX_PRECOMP #include "wx/textentry.h" @@ -59,7 +60,7 @@ long wxTextEntry::GetMotifPos(long pos) const // operations on control text // ---------------------------------------------------------------------------- -wxString wxTextEntry::GetValue() const +wxString wxTextEntry::DoGetValue() const { wxString str;