aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llselectmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llselectmgr.h')
-rw-r--r--linden/indra/newview/llselectmgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llselectmgr.h b/linden/indra/newview/llselectmgr.h
index d85ba04..a332053 100644
--- a/linden/indra/newview/llselectmgr.h
+++ b/linden/indra/newview/llselectmgr.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2001&license=viewergpl$ 5 * $LicenseInfo:firstyear=2001&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2001-2008, Linden Research, Inc. 7 * Copyright (c) 2001-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -316,7 +316,7 @@ public:
316 // If firstonly is FALSE, returns the AND of all apply() calls. 316 // If firstonly is FALSE, returns the AND of all apply() calls.
317 // Else returns TRUE immediately if any apply() call succeeds (i.e. OR with early exit) 317 // Else returns TRUE immediately if any apply() call succeeds (i.e. OR with early exit)
318 bool applyToRootObjects(LLSelectedObjectFunctor* func, bool firstonly = false); 318 bool applyToRootObjects(LLSelectedObjectFunctor* func, bool firstonly = false);
319 bool applyToObjects(LLSelectedObjectFunctor* func, bool firstonly = false); 319 bool applyToObjects(LLSelectedObjectFunctor* func);
320 bool applyToTEs(LLSelectedTEFunctor* func, bool firstonly = false); 320 bool applyToTEs(LLSelectedTEFunctor* func, bool firstonly = false);
321 bool applyToRootNodes(LLSelectedNodeFunctor* func, bool firstonly = false); 321 bool applyToRootNodes(LLSelectedNodeFunctor* func, bool firstonly = false);
322 bool applyToNodes(LLSelectedNodeFunctor* func, bool firstonly = false); 322 bool applyToNodes(LLSelectedNodeFunctor* func, bool firstonly = false);