summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgrouproles.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-21 10:34:33 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-21 10:34:33 +0100
commit57602c9c77cb594a81a5f803382c1786435e38ab (patch)
tree83475cd13d1dae8ccc4595f11ce1ae1d47f3fa94 /indra/newview/llpanelgrouproles.h
parentf9eb0588436ca79b0286051f2bcfba0c9785ffef (diff)
parent9eaf8eaf729193542f2b766eba5cbc624806a53f (diff)
merge from viewer-public
Diffstat (limited to 'indra/newview/llpanelgrouproles.h')
-rw-r--r--indra/newview/llpanelgrouproles.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelgrouproles.h b/indra/newview/llpanelgrouproles.h
index a877402041..44aa7cea38 100644
--- a/indra/newview/llpanelgrouproles.h
+++ b/indra/newview/llpanelgrouproles.h
@@ -257,6 +257,8 @@ public:
void handleDeleteRole();
void saveRoleChanges();
+
+ virtual void setGroupID(const LLUUID& id);
protected:
void handleActionCheck(LLUICtrl* ctrl, bool force);
LLSD createRoleItem(const LLUUID& role_id, std::string name, std::string title, S32 members);
@@ -294,6 +296,8 @@ public:
virtual void update(LLGroupChange gc);
void handleActionSelect();
+
+ virtual void setGroupID(const LLUUID& id);
protected:
LLScrollListCtrl* mActionList;
LLScrollListCtrl* mActionRoles;