summaryrefslogtreecommitdiff
path: root/indra/newview/llmoveview.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-11-18 19:05:34 -0500
committerOz Linden <oz@lindenlab.com>2013-11-18 19:05:34 -0500
commit6bd777214c535b91048533c792cb2dd499ec6ebf (patch)
tree24cd4bb15bac292cfd71c39dcdd58e597fffb8e3 /indra/newview/llmoveview.cpp
parentebc9bcbf69f7a519677a6522979a6bf6cbb04bb8 (diff)
add callbacks to LLAgent for Region and Parcel changes
Diffstat (limited to 'indra/newview/llmoveview.cpp')
-rwxr-xr-xindra/newview/llmoveview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp
index eb6591eb39..32b168b8c5 100755
--- a/indra/newview/llmoveview.cpp
+++ b/indra/newview/llmoveview.cpp
@@ -140,7 +140,7 @@ BOOL LLFloaterMove::postBuild()
initMovementMode();
- LLViewerParcelMgr::getInstance()->addAgentParcelChangedCallback(LLFloaterMove::sUpdateFlyingStatus);
+ gAgent.addParcelChangedCallback(LLFloaterMove::sUpdateFlyingStatus);
return TRUE;
}