diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:21:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:21:09 +0300 |
commit | 45115a07e0753fe30bcaac59ec9f3ed4da5048c2 (patch) | |
tree | ff2b5604dfcdcf35e6f645595e9a74cdfd5ac121 /src/net/hostsgroup.h | |
parent | 53ec80d8a45cf7e164c614484fe42b83eb18521c (diff) | |
download | mv-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.tar.gz mv-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.tar.bz2 mv-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.tar.xz mv-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.zip |
Add missing A_DEFAULT_COPY / A_DELETE_COPY into net.
Diffstat (limited to 'src/net/hostsgroup.h')
-rw-r--r-- | src/net/hostsgroup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/hostsgroup.h b/src/net/hostsgroup.h index 963cd984d..ba2b9c05d 100644 --- a/src/net/hostsgroup.h +++ b/src/net/hostsgroup.h @@ -33,6 +33,8 @@ struct HostsGroup final { } + A_DEFAULT_COPY(HostsGroup) + std::string name; StringVect hosts; }; |