From 19ad674b107f121c02b3a353517b535ce170feb4 Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Wed, 1 Feb 2012 11:23:59 -0500
Subject: STORM-1738 Make autocorrect into a proper singleton
 warn-on-failure:open-license

---
 indra/newview/llautocorrect.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'indra')

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();
-- 
cgit v1.2.3