summaryrefslogtreecommitdiff
path: root/indra/newview/llenvmanager.h
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-04-07 06:26:42 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-04-07 06:26:42 +0300
commit4b5eeb34601ac642194e245ef3928a3b9e56d3b8 (patch)
tree7231c6fe014c0ec26c04c7a4ddff2ac49677907d /indra/newview/llenvmanager.h
parent89d747221c15ce8eee19252291a0273871e8c986 (diff)
STORM-1142 ADDITIONAL_COMMIT Debugging improvements.
Diffstat (limited to 'indra/newview/llenvmanager.h')
-rw-r--r--indra/newview/llenvmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llenvmanager.h b/indra/newview/llenvmanager.h
index 60298b12e4..438fe4590d 100644
--- a/indra/newview/llenvmanager.h
+++ b/indra/newview/llenvmanager.h
@@ -179,6 +179,9 @@ public:
// gets normally displayed scope
LLEnvKey::EScope getNormallyDisplayedScope() const;
+ // for debugging purposes
+ void dumpScopes();
+
private:
// overriden initializer
friend class LLSingleton<LLEnvManager>;