summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.h
diff options
context:
space:
mode:
authorJonathan Yap <jhwelch@gmail.com>2014-12-28 09:34:28 -0500
committerJonathan Yap <jhwelch@gmail.com>2014-12-28 09:34:28 -0500
commit2d7fb5c67580620fd707b4fde3c497886e050dd1 (patch)
treecbab45e4cdc1bf826a2104f688e051b826764c4f /indra/llui/lltexteditor.h
parent4ec9bce3c2a715f53938e4568c95b7a2bdfc9e16 (diff)
STORM-2094 Save button not activated if spelling corrected in Notecard and no other changes made
Diffstat (limited to 'indra/llui/lltexteditor.h')
-rwxr-xr-xindra/llui/lltexteditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltexteditor.h b/indra/llui/lltexteditor.h
index f6bdf917b4..26702b2412 100755
--- a/indra/llui/lltexteditor.h
+++ b/indra/llui/lltexteditor.h
@@ -160,6 +160,8 @@ public:
autoreplace_callback_t mAutoreplaceCallback;
void setAutoreplaceCallback(autoreplace_callback_t cb) { mAutoreplaceCallback = cb; }
+ /*virtual*/ void onSpellCheckPerformed();
+
//
// Text manipulation
//