diff options
author | Richard Linden <none@none> | 2012-06-18 19:01:59 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-06-18 19:01:59 -0700 |
commit | 59987bb051ed39146ec9b3831eec81434779a73f (patch) | |
tree | 1d6c56e497321cecbee3456b93407ac7413f0566 /indra/newview/llsidepanelinventory.h | |
parent | 379eec8841212665881569c69804fafd96152387 (diff) |
CHUI-101 WIP Make LLFolderView general purpose
continuing fixing build errors
general cleanup
Diffstat (limited to 'indra/newview/llsidepanelinventory.h')
-rw-r--r-- | indra/newview/llsidepanelinventory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llsidepanelinventory.h b/indra/newview/llsidepanelinventory.h index 6aa349f0f3..e8b2808d4f 100644 --- a/indra/newview/llsidepanelinventory.h +++ b/indra/newview/llsidepanelinventory.h @@ -63,8 +63,7 @@ public: BOOL isMainInventoryPanelActive() const; void clearSelections(bool clearMain, bool clearInbox); - std::set<LLFolderViewItem*> getInboxSelectionList(); - std::set<LLUUID> getInboxSelectionList(); + std::set<LLFolderViewItem*> getInboxSelectionList(); void showItemInfoPanel(); void showTaskInfoPanel(); |