diff options
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--[-rwxr-xr-x] | indra/llui/lltextbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index 7d87271b0e..c6ce5efcb8 100755..100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -369,6 +369,7 @@ public: std::string getMisspelledWord(U32 pos) const; bool isMisspelledWord(U32 pos) const; void onSpellCheckSettingsChange(); + virtual void onSpellCheckPerformed(){} // used by LLTextSegment layout code bool getWordWrap() { return mWordWrap; } |