X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/355b4d3de54b76db87439fa2142c7334a6e48f85..c1aa5517acff9ce039adcd6502db2e88cdd886c7:/src/motif/textctrl.cpp diff --git a/src/motif/textctrl.cpp b/src/motif/textctrl.cpp index ef011a5056..81ac9740ea 100644 --- a/src/motif/textctrl.cpp +++ b/src/motif/textctrl.cpp @@ -24,8 +24,6 @@ #define XtParent XTPARENT #endif -#include "wx/defs.h" - #include #include #include @@ -488,7 +486,7 @@ void wxTextCtrl::ShowPosition(long pos) int wxTextCtrl::GetLineLength(long lineNo) const { wxString str = GetLineText (lineNo); - return (int) str.Length(); + return (int) str.length(); } wxString wxTextCtrl::GetLineText(long lineNo) const