From c11c17ed7b5c614a6c8505088aa709ddd9f1f1a4 Mon Sep 17 00:00:00 2001 From: "Graham Linden graham@lindenlab.com" Date: Tue, 6 Mar 2018 23:44:09 +0000 Subject: Remove override keyword not working with LL_SINGLETON pattern. --- indra/llinventory/llinventorysettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llinventory/llinventorysettings.cpp') diff --git a/indra/llinventory/llinventorysettings.cpp b/indra/llinventory/llinventorysettings.cpp index 0928e35e95..8887c23a6c 100644 --- a/indra/llinventory/llinventorysettings.cpp +++ b/indra/llinventory/llinventorysettings.cpp @@ -66,7 +66,7 @@ class LLSettingsDictionary : public LLSingleton, { LLSINGLETON(LLSettingsDictionary); - void initSingleton() override; + void initSingleton(); }; LLSettingsDictionary::LLSettingsDictionary() -- cgit v1.2.3