diff options
author | Rider Linden <rider@lindenlab.com> | 2018-11-02 14:32:42 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-11-02 14:32:42 -0700 |
commit | 8d333a0176d56738154c75b1a24d694467647312 (patch) | |
tree | 0b76adbb4292c4e61bc983a078f1a93647260b6f /indra | |
parent | c1faabe95186e113c9355fcdff98f1f7ad19b4b7 (diff) |
OSX Pedantics
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 05bbfd70d6..6bc7b8bf25 100644 --- a/indra/newview/llenvironment.cpp +++ b/indra/newview/llenvironment.cpp @@ -1441,7 +1441,7 @@ LLEnvironment::EnvironmentInfo::ptr_t LLEnvironment::EnvironmentInfo::extract(LL { for (S32 index = 0; index < pinfo->mNameList.size(); ++index) { - pinfo->mNameList[index] = daynames[index]; + pinfo->mNameList[index] = daynames[index].asString(); } } else if (daynames.isString()) |