summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2012-02-03 15:34:52 +0100
committerKitty Barnett <develop@catznip.com>2012-02-03 15:34:52 +0100
commit41e11a508379d8f6d2b95f835d2df9f4e2bbea01 (patch)
treecc0c86debeebd19c46a758883a6745c746ac217a /indra/llui/lllineeditor.h
parenta9d11219779473c7d0c06bd0e56b0f068a487ad0 (diff)
STORM-276 FIXED Selecting a character in a line editor and replacing it doesn't trigger a spell check
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r--indra/llui/lllineeditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h
index 9513274f21..40f931ecc1 100644
--- a/indra/llui/lllineeditor.h
+++ b/indra/llui/lllineeditor.h
@@ -243,6 +243,7 @@ public:
void setSelectAllonFocusReceived(BOOL b);
void setSelectAllonCommit(BOOL b) { mSelectAllonCommit = b; }
+ void onKeystroke();
typedef boost::function<void (LLLineEditor* caller, void* user_data)> callback_t;
void setKeystrokeCallback(callback_t callback, void* user_data);