diff options
author | richard <none@none> | 2009-10-26 14:28:09 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-26 14:28:09 -0700 |
commit | f2a48ed7f9c67ecc15b9174dc08069da25b33380 (patch) | |
tree | 265af2b431939a8ff88db532b7de3b3396437c5b /indra/newview/llpanelpeople.h | |
parent | 977dd845346cae05eab2249945f083df47552c8f (diff) | |
parent | e84ff39e4c7c5b028a6b8b4f6dc5d37c525eb1c4 (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); |