diff options
Diffstat (limited to 'src/net/serverinfo.h')
-rw-r--r-- | src/net/serverinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/serverinfo.h b/src/net/serverinfo.h index 9ca03f450..c02e67505 100644 --- a/src/net/serverinfo.h +++ b/src/net/serverinfo.h @@ -100,6 +100,8 @@ class ServerInfo final version.second = info.version.second; } + A_DEFAULT_COPY(ServerInfo) + ServerInfo &operator=(const ServerInfo &info) { type = info.type; |