diff options
author | Rider Linden <rider@lindenlab.com> | 2019-01-23 10:10:19 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-01-23 10:10:19 -0800 |
commit | a5392bb8e822b3f75559275b3ccef7d4c55b0f9d (patch) | |
tree | 6fd56d3d1ef9ba6632f759f9b58994f29285d65a /indra | |
parent | 5ac74412508b42d86b6dde0097751832c997a1d9 (diff) |
Found the issue.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llenvironment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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), |