summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupbulkban.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-15 16:35:49 +0300
committerGitHub <noreply@github.com>2024-05-15 16:35:49 +0300
commite49dcb8d0c9f539997effb640e350d9d0689aae6 (patch)
tree1bf99eaccce6de17c62f13c6595f7f497548dc5c /indra/newview/llpanelgroupbulkban.h
parent531cd34f670170ade57f8813fe48012b61a1d3c2 (diff)
parent5f8a7374b9f18e0112d6749a9c845bd077a81acb (diff)
Merge pull request #1476 from secondlife/marchcat/x-b-merge
Maint X -> Maint B merge
Diffstat (limited to 'indra/newview/llpanelgroupbulkban.h')
-rw-r--r--indra/newview/llpanelgroupbulkban.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/llpanelgroupbulkban.h b/indra/newview/llpanelgroupbulkban.h
index 9060d275f9..d7b2ed6e67 100644
--- a/indra/newview/llpanelgroupbulkban.h
+++ b/indra/newview/llpanelgroupbulkban.h
@@ -1,4 +1,4 @@
-/**
+/**
* @file llpanelgroupbulkban.h
*
* $LicenseInfo:firstyear=2013&license=viewerlgpl$
@@ -35,15 +35,15 @@ class LLAvatarName;
class LLPanelGroupBulkBan : public LLPanelGroupBulk
{
public:
- LLPanelGroupBulkBan(const LLUUID& group_id);
- ~LLPanelGroupBulkBan() {}
+ LLPanelGroupBulkBan(const LLUUID& group_id);
+ ~LLPanelGroupBulkBan() {}
- virtual BOOL postBuild();
+ virtual BOOL postBuild();
- static void callbackClickSubmit(void* userdata);
- virtual void submit();
+ static void callbackClickSubmit(void* userdata);
+ virtual void submit();
private:
- std::string buildResidentsArgument(std::vector<LLAvatarName> avatar_names, const std::string &format);
+ std::string buildResidentsArgument(std::vector<LLAvatarName> avatar_names, const std::string &format);
};
#endif // LL_LLPANELGROUPBULKBAN_H