summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderviewitem.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-05-14 16:03:04 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-05-14 16:03:04 +0300
commit5702f0ea7365b23ac1ee95e15a0fedc9d36ccc09 (patch)
treec20f233ea57455d26b4a831d2e97b5eb5b4dad8d /indra/newview/llfolderviewitem.h
parent61316403aa7cd430d4bffac8ae517e5563598898 (diff)
parenta5f365c331149b03366be421aa1597dfbcb1bb33 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r--indra/newview/llfolderviewitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h
index 655ad89e99..57c722afa4 100644
--- a/indra/newview/llfolderviewitem.h
+++ b/indra/newview/llfolderviewitem.h
@@ -231,7 +231,7 @@ public:
virtual S32 extendSelection(LLFolderViewItem* selection, LLFolderViewItem* last_selected, LLDynamicArray<LLFolderViewItem*>& items){ return FALSE; }
// gets multiple-element selection
- virtual BOOL getSelectionList(std::set<LLUUID> &selection) const {return TRUE;}
+ virtual std::set<LLUUID> getSelectionList() const;
// Returns true is this object and all of its children can be removed (deleted by user)
virtual BOOL isRemovable();