diff options
Diffstat (limited to 'linden/indra/newview/llglsandbox.cpp')
-rw-r--r-- | linden/indra/newview/llglsandbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llglsandbox.cpp b/linden/indra/newview/llglsandbox.cpp index 7506004..2b51948 100644 --- a/linden/indra/newview/llglsandbox.cpp +++ b/linden/indra/newview/llglsandbox.cpp | |||
@@ -271,7 +271,7 @@ void LLToolSelectRect::handleRectangleSelection(S32 x, S32 y, MASK mask) | |||
271 | { | 271 | { |
272 | std::vector<LLDrawable*> potentials; | 272 | std::vector<LLDrawable*> potentials; |
273 | 273 | ||
274 | for (LLWorld::region_list_t::iterator iter = LLWorld::getInstance()->getRegionList().begin(); | 274 | for (LLWorld::region_list_t::const_iterator iter = LLWorld::getInstance()->getRegionList().begin(); |
275 | iter != LLWorld::getInstance()->getRegionList().end(); ++iter) | 275 | iter != LLWorld::getInstance()->getRegionList().end(); ++iter) |
276 | { | 276 | { |
277 | LLViewerRegion* region = *iter; | 277 | LLViewerRegion* region = *iter; |