diff options
author | James Cook <james@lindenlab.com> | 2009-10-23 16:44:23 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-23 16:44:23 -0700 |
commit | 07f7247dff19cb7acd320113734773c099b0366d (patch) | |
tree | 7072f301675db427686c06eca48592b89d4db227 /indra/newview/llpanelpeople.h | |
parent | 71822edfe824c5f7c742d6d9b8528f8ff541963b (diff) | |
parent | 2b69cb9e9cf5209a8156580b74e6662e4cc4243f (diff) |
merge
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r-- | indra/newview/llpanelpeople.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index aa78080d7e..dc0aaeb70f 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -72,6 +72,7 @@ private: void updateButtons(); std::string getActiveTabName() const; LLUUID getCurrentItemID() const; + void getCurrentItemIDs(std::vector<LLUUID>& selected_uuids) const; void buttonSetVisible(std::string btn_name, BOOL visible); void buttonSetEnabled(const std::string& btn_name, bool enabled); void buttonSetAction(const std::string& btn_name, const commit_signal_t::slot_type& cb); |