From 41ebd51fca736dd019b6f3e201f695d0ee1d90cd Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 18 Apr 2019 10:16:48 -0400 Subject: [PATCH] C'mon, reallly? --- indra/llui/lltexteditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();