summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2019-01-23 14:44:44 -0800
committerRider Linden <rider@lindenlab.com>2019-01-23 14:44:44 -0800
commit211ad31dc236f868686339a9da19226b18724f20 (patch)
tree96b76be7289455e45924db40bd974583ee3a86cc /indra/newview
parent71d266e6d9c0e328f1a898b1233f686ea36577ba (diff)
I hope this is the last one.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llenvironment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp
index 26e025773a..9ac8bccb74 100644
--- a/indra/newview/llenvironment.cpp
+++ b/indra/newview/llenvironment.cpp
@@ -385,7 +385,7 @@ namespace
{
injectSetting((*it).first, (*it).second, experience_id, transition);
}
- setDirtyFlag(true);
+ this->setDirtyFlag(true);
}
protected: