diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-18 01:10:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-18 01:10:03 +0300 |
commit | 615ce0dd3026d27b0ce88731529a0e58001288c4 (patch) | |
tree | 16ef2ce0dc5f580f44bdd301070960644498c885 /src/resources/groupinfo.h | |
parent | ddd49c13d9b89e11c900657154e0504c8c8af2a9 (diff) | |
download | plus-615ce0dd3026d27b0ce88731529a0e58001288c4.tar.gz plus-615ce0dd3026d27b0ce88731529a0e58001288c4.tar.bz2 plus-615ce0dd3026d27b0ce88731529a0e58001288c4.tar.xz plus-615ce0dd3026d27b0ce88731529a0e58001288c4.zip |
In groupdb store pointers to groups.
Diffstat (limited to 'src/resources/groupinfo.h')
-rw-r--r-- | src/resources/groupinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/groupinfo.h b/src/resources/groupinfo.h index 924c71b2d..b2cbf5854 100644 --- a/src/resources/groupinfo.h +++ b/src/resources/groupinfo.h @@ -37,7 +37,7 @@ struct GroupInfo final { GroupInfo(); - A_DEFAULT_COPY(GroupInfo) + A_DELETE_COPY(GroupInfo) ServerCommandEnable::Type mCommands[CAST_SIZE(ServerCommandType::Max)]; Enable mPermissions[CAST_SIZE(ServerPermissionType::Max)]; |