aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llselectmgr.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:39:58 -0600
committerJacek Antonelli2008-12-01 17:40:06 -0600
commit7abecb48babe6a6f09bf6692ba55076546cfced9 (patch)
tree8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/llselectmgr.h
parentSecond Life viewer sources 1.21.6 (diff)
downloadmeta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/newview/llselectmgr.h')
-rw-r--r--linden/indra/newview/llselectmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llselectmgr.h b/linden/indra/newview/llselectmgr.h
index d85ba04..a59b1c8 100644
--- a/linden/indra/newview/llselectmgr.h
+++ b/linden/indra/newview/llselectmgr.h
@@ -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);