diff options
author | Oz Linden <oz@lindenlab.com> | 2014-01-07 15:15:59 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-01-07 15:15:59 -0500 |
commit | fcac9fdaddaea6ec94d1c3726c8f19809d696169 (patch) | |
tree | 1b7c9c8412323110664154e1189b7fa854b524ba /indra/newview/llfloaterregioninfo.cpp | |
parent | ad40f7534fdae6ec85597bbfce32e72248cd61fa (diff) | |
parent | a25bcb8523db08877c47fdbd834589ebbe45ff82 (diff) |
merge changes for Snowstorm fall contributions
Diffstat (limited to 'indra/newview/llfloaterregioninfo.cpp')
-rwxr-xr-x | indra/newview/llfloaterregioninfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp index 66bf49331b..73c0963a1d 100755 --- a/indra/newview/llfloaterregioninfo.cpp +++ b/indra/newview/llfloaterregioninfo.cpp @@ -91,6 +91,7 @@ #include "lltrans.h" #include "llagentui.h" #include "llmeshrepository.h" +#include "llfloaterregionrestarting.h" const S32 TERRAIN_TEXTURE_COUNT = 4; const S32 CORNER_COUNT = 4; @@ -219,7 +220,7 @@ BOOL LLFloaterRegionInfo::postBuild() &processEstateOwnerRequest); // Request region info when agent region changes. - LLEnvManagerNew::instance().setRegionChangeCallback(boost::bind(&LLFloaterRegionInfo::requestRegionInfo, this)); + gAgent.addRegionChangedCallback(boost::bind(&LLFloaterRegionInfo::requestRegionInfo, this)); return TRUE; } |