diff options
author | McCabe Maxsted | 2009-06-09 01:34:48 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-09 01:34:48 -0700 |
commit | b582d1a9b804f47b65bca09dc320808338d7e302 (patch) | |
tree | ff1d2997d0c0644d65cc3505dda55e50452f7723 /linden/indra/newview/llglsandbox.cpp | |
parent | 'IM Received' button to '__ New IMs' (diff) | |
download | meta-impy-b582d1a9b804f47b65bca09dc320808338d7e302.zip meta-impy-b582d1a9b804f47b65bca09dc320808338d7e302.tar.gz meta-impy-b582d1a9b804f47b65bca09dc320808338d7e302.tar.bz2 meta-impy-b582d1a9b804f47b65bca09dc320808338d7e302.tar.xz |
Backported LL's version of VWR-2681 from 1.23
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; |