summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.h
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-05-17 00:06:10 +0300
committermberezhnoy <mberezhnoy@productengine.com>2013-05-17 00:06:10 +0300
commitf159d1b053554d43aa19d6f38680a554f67d6e5c (patch)
tree558357dd5a77b30717d964dba857aeb9a1e015e3 /indra/llui/lltexteditor.h
parent75f97d4ffe517d07e4b528de9e5f2d2c800510fb (diff)
parent73fa7a46b54941a3f7f7745e8ae037ba49a47969 (diff)
merge
Diffstat (limited to 'indra/llui/lltexteditor.h')
-rw-r--r--indra/llui/lltexteditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltexteditor.h b/indra/llui/lltexteditor.h
index 969e072704..13f63a17ef 100644
--- a/indra/llui/lltexteditor.h
+++ b/indra/llui/lltexteditor.h
@@ -255,6 +255,7 @@ protected:
S32 insert(S32 pos, const LLWString &wstr, bool group_with_next_op, LLTextSegmentPtr segment);
S32 remove(S32 pos, S32 length, bool group_with_next_op);
+ void focusLostHelper();
void updateAllowingLanguageInput();
BOOL hasPreeditString() const;