summaryrefslogtreecommitdiff
path: root/indra/newview/llenvironment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llenvironment.cpp')
-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: