diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-06-25 20:09:33 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-06-25 20:09:33 +0300 |
commit | 854c251feffe9bf194bc4e63fd0de28bd20ff995 (patch) | |
tree | 94f924d6cac726f03d2667e7c5d5b43a41006ea0 /indra/newview/llpanelgroupbulkban.h | |
parent | be2f4ecdb4135256e3e513370614c1626e5a1354 (diff) |
MAINT-4178 FIXED [Group Bans] The viewer allows you to attempt to ban when the ban list already contains 500 entries, which fails.
Diffstat (limited to 'indra/newview/llpanelgroupbulkban.h')
-rw-r--r-- | indra/newview/llpanelgroupbulkban.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupbulkban.h b/indra/newview/llpanelgroupbulkban.h index 0684f365a0..9060d275f9 100644 --- a/indra/newview/llpanelgroupbulkban.h +++ b/indra/newview/llpanelgroupbulkban.h @@ -42,6 +42,8 @@ public: static void callbackClickSubmit(void* userdata); virtual void submit(); +private: + std::string buildResidentsArgument(std::vector<LLAvatarName> avatar_names, const std::string &format); }; #endif // LL_LLPANELGROUPBULKBAN_H |