diff options
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; }; |