summaryrefslogtreecommitdiff
path: root/indra/llui/llspellcheck.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-06-03 15:37:08 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-06-03 15:37:08 +0300
commit9114d7a5243362e26857d40b2df60f3197521efa (patch)
tree5b898900b27dd367467b3dafc55c2f98e00a8828 /indra/llui/llspellcheck.h
parent2571b948298cff82b3e3425c5b6b1c3f56caed45 (diff)
SL-13364 FIXED Viewer crashes when opening Spell Check floater when "SpellCheck" is FALSE
Diffstat (limited to 'indra/llui/llspellcheck.h')
-rw-r--r--indra/llui/llspellcheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llspellcheck.h b/indra/llui/llspellcheck.h
index f1964cc091..3da5e30955 100644
--- a/indra/llui/llspellcheck.h
+++ b/indra/llui/llspellcheck.h
@@ -47,6 +47,7 @@ public:
protected:
void addToDictFile(const std::string& dict_path, const std::string& word);
void initHunspell(const std::string& dict_language);
+ void initSingleton();
public:
typedef std::list<std::string> dict_list_t;