summaryrefslogtreecommitdiff
path: root/src/net/serverinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/serverinfo.h')
-rw-r--r--src/net/serverinfo.h2
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;