diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-05-14 16:03:04 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-05-14 16:03:04 +0300 |
commit | 5702f0ea7365b23ac1ee95e15a0fedc9d36ccc09 (patch) | |
tree | c20f233ea57455d26b4a831d2e97b5eb5b4dad8d /indra/newview/llfolderviewitem.h | |
parent | 61316403aa7cd430d4bffac8ae517e5563598898 (diff) | |
parent | a5f365c331149b03366be421aa1597dfbcb1bb33 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r-- | indra/newview/llfolderviewitem.h | 2 |
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(); |