From a5392bb8e822b3f75559275b3ccef7d4c55b0f9d Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Wed, 23 Jan 2019 10:10:19 -0800 Subject: Found the issue. --- indra/newview/llenvironment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp index 56a4fd7129..d9870140ac 100644 --- a/indra/newview/llenvironment.cpp +++ b/indra/newview/llenvironment.cpp @@ -391,7 +391,7 @@ namespace protected: struct Injection { - struct Injection(typename LLSettingsBase::Seconds transition, const std::string &keyname, LLSD value, bool blendin, LLUUID experince, S32 index = -1) : + Injection(typename LLSettingsBase::Seconds transition, const std::string &keyname, LLSD value, bool blendin, LLUUID experince, S32 index = -1) : mTransition(transition), mTimeRemaining(transition), mKeyName(keyname), -- cgit v1.2.3