summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-06-19 16:52:44 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-06-19 16:52:44 +0300
commitacf592419bde744d171ceb3d0b978fe18dc32198 (patch)
tree98a23db4220fdd7d5c3608c496c689355bbd5ab7 /indra/newview/llviewermenu.cpp
parent6f95100f7e33e6cd6e5bc462b1577c3a45fd964c (diff)
DRTVWR-493 LLFollowCamMgr to singleton
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
-rw-r--r--indra/newview/llviewermenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index ba68ce4cf4..8f90225359 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -6275,7 +6275,7 @@ void dump_inventory(void*)
void handle_dump_followcam(void*)
{
- LLFollowCamMgr::dump();
+ LLFollowCamMgr::getInstance()->dump();
}
void handle_viewer_enable_message_log(void*)