Found the issue.

master
Rider Linden 2019-01-23 10:10:19 -08:00
parent 5ac7441250
commit a5392bb8e8
1 changed files with 1 additions and 1 deletions

View File

@ -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),