diff options
Diffstat (limited to 'indra/newview/llautocorrect.h')
-rw-r--r-- | indra/newview/llautocorrect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llautocorrect.h b/indra/newview/llautocorrect.h index a5e8c5396e..82cf75f3cf 100644 --- a/indra/newview/llautocorrect.h +++ b/indra/newview/llautocorrect.h @@ -22,7 +22,7 @@ #include "lllineeditor.h" -class AutoCorrect +class AutoCorrect : public LLSingleton<AutoCorrect> { AutoCorrect(); ~AutoCorrect(); @@ -50,6 +50,7 @@ public: void loadFromDisk(); private: + friend class LLSingleton<AutoCorrect>; void saveToDisk(LLSD newSettings); LLSD getExampleLLSD(); std::string getFileName(); |