diff options
Diffstat (limited to 'linden/indra/newview/llselectmgr.h')
-rw-r--r-- | linden/indra/newview/llselectmgr.h | 2 |
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); |