diff options
author | Oz Linden <oz@lindenlab.com> | 2014-01-07 13:44:22 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-01-07 13:44:22 -0500 |
commit | a25bcb8523db08877c47fdbd834589ebbe45ff82 (patch) | |
tree | d0b6eb160a82aff8564522d88f4ead80704533c9 /indra/newview/llmoveview.cpp | |
parent | 94ac0ffdc30842834bb8b0b6e229b21c7707c026 (diff) | |
parent | 24c5ac7417f8b32c39dd5defec21845bd03786c4 (diff) |
merge changes for storm-1980
Diffstat (limited to 'indra/newview/llmoveview.cpp')
-rwxr-xr-x | indra/newview/llmoveview.cpp | 2 |
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; } |