summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgrouproles.h
diff options
context:
space:
mode:
authorBaker Linden <baker@lindenlab.com>2013-08-30 16:38:25 -0700
committerBaker Linden <baker@lindenlab.com>2013-08-30 16:38:25 -0700
commit1299f6d63fbe313329e6e5ced7be797e2a23d6a7 (patch)
treeb228a3f7e776afb16bae94d86ff4eb75e7ccb847 /indra/newview/llpanelgrouproles.h
parent4945ae17d3692f089ce6c996f6585a5e5b308e4d (diff)
- Got all major functionality working
- Changed PUT and DEL to POST which accepts an enum for a create or delete
Diffstat (limited to 'indra/newview/llpanelgrouproles.h')
-rwxr-xr-xindra/newview/llpanelgrouproles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelgrouproles.h b/indra/newview/llpanelgrouproles.h
index 1695097fc5..01c1d8c16d 100755
--- a/indra/newview/llpanelgrouproles.h
+++ b/indra/newview/llpanelgrouproles.h
@@ -335,6 +335,8 @@ public:
// Triggered when group information changes in the group manager.
virtual void update(LLGroupChange gc);
+ //
+ virtual void draw();
static void onBanEntrySelect(LLUICtrl* ctrl, void* user_data);
void handleBanEntrySelect();
@@ -358,8 +360,6 @@ protected:
LLNameListCtrl* mBanList;
LLButton* mCreateBanButton;
LLButton* mDeleteBanButton;
-
- bool mUpdateBanList;
};