diff options
author | Baker Linden <baker@lindenlab.com> | 2013-08-30 16:38:25 -0700 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2013-08-30 16:38:25 -0700 |
commit | 1299f6d63fbe313329e6e5ced7be797e2a23d6a7 (patch) | |
tree | b228a3f7e776afb16bae94d86ff4eb75e7ccb847 /indra/newview/llpanelgrouproles.h | |
parent | 4945ae17d3692f089ce6c996f6585a5e5b308e4d (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-x | indra/newview/llpanelgrouproles.h | 4 |
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; }; |