diff --git a/indra/llui/lltexteditor.h b/indra/llui/lltexteditor.h index 8aa058936..ee7296b5d 100644 --- a/indra/llui/lltexteditor.h +++ b/indra/llui/lltexteditor.h @@ -310,10 +310,10 @@ protected: LLHandle mPopupMenuHandle; - S32 getLength() const { return mWText.length(); } void getSegmentAndOffset( S32 startpos, S32* segidxp, S32* offsetp ) const; void drawPreeditMarker(); public: + S32 getLength() const { return mWText.length(); } void updateLineStartList(S32 startpos = 0); protected: void updateScrollFromCursor();