diff options
Diffstat (limited to 'linden/indra/llui/lltexteditor.h')
-rw-r--r-- | linden/indra/llui/lltexteditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/lltexteditor.h b/linden/indra/llui/lltexteditor.h index ebe8ac3..68c1d4a 100644 --- a/linden/indra/llui/lltexteditor.h +++ b/linden/indra/llui/lltexteditor.h | |||
@@ -329,7 +329,7 @@ protected: | |||
329 | S32 append(const LLWString &wstr, const BOOL group_with_next_op); | 329 | S32 append(const LLWString &wstr, const BOOL group_with_next_op); |
330 | 330 | ||
331 | // direct operations | 331 | // direct operations |
332 | S32 insertStringNoUndo(S32 pos, const LLWString &utf8str); // returns num of chars actually inserted | 332 | S32 insertStringNoUndo(S32 pos, const LLWString &wstr); // returns num of chars actually inserted |
333 | S32 removeStringNoUndo(S32 pos, S32 length); | 333 | S32 removeStringNoUndo(S32 pos, S32 length); |
334 | S32 overwriteCharNoUndo(S32 pos, llwchar wc); | 334 | S32 overwriteCharNoUndo(S32 pos, llwchar wc); |
335 | 335 | ||
@@ -495,7 +495,7 @@ public: | |||
495 | virtual BOOL hasExtCharValue( llwchar value ); | 495 | virtual BOOL hasExtCharValue( llwchar value ); |
496 | 496 | ||
497 | // Define these here so they can access LLTextEditor through the friend relationship | 497 | // Define these here so they can access LLTextEditor through the friend relationship |
498 | S32 insert(LLTextEditor* editor, S32 pos, const LLWString &utf8str); | 498 | S32 insert(LLTextEditor* editor, S32 pos, const LLWString &wstr); |
499 | S32 remove(LLTextEditor* editor, S32 pos, S32 length); | 499 | S32 remove(LLTextEditor* editor, S32 pos, S32 length); |
500 | S32 overwrite(LLTextEditor* editor, S32 pos, llwchar wc); | 500 | S32 overwrite(LLTextEditor* editor, S32 pos, llwchar wc); |
501 | 501 | ||