summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimcontainer.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-11-21 11:46:38 -0800
committerMerov Linden <merov@lindenlab.com>2012-11-21 11:46:38 -0800
commita12464b9cbc40d4584d6968db2092a56fa3f4bc6 (patch)
tree50bcf32330168d0e839633ea081888c24eaec6e4 /indra/newview/llfloaterimcontainer.h
parent834ded33ae4926b59074f00c13fa3dbf228a3ba0 (diff)
CHUI-429, CHUI-511, CHUI-388 : Multiselection and menus in torn off dialogs
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r--indra/newview/llfloaterimcontainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h
index 78c312629d..3d82ccfc21 100644
--- a/indra/newview/llfloaterimcontainer.h
+++ b/indra/newview/llfloaterimcontainer.h
@@ -104,6 +104,7 @@ public:
void doToSelected(const LLSD& userdata);
bool checkContextMenuItem(const LLSD& userdata);
bool enableContextMenuItem(const LLSD& userdata);
+ bool enableContextMenuItem(const std::string& item, uuid_vec_t& selectedIDS);
void doToParticipants(const std::string& item, uuid_vec_t& selectedIDS);
private: