summaryrefslogtreecommitdiff
path: root/src/net/worldinfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-17 18:21:09 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-17 18:21:09 +0300
commit45115a07e0753fe30bcaac59ec9f3ed4da5048c2 (patch)
treeff2b5604dfcdcf35e6f645595e9a74cdfd5ac121 /src/net/worldinfo.h
parent53ec80d8a45cf7e164c614484fe42b83eb18521c (diff)
downloadManaVerse-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.tar.gz
ManaVerse-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.tar.bz2
ManaVerse-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.tar.xz
ManaVerse-45115a07e0753fe30bcaac59ec9f3ed4da5048c2.zip
Add missing A_DEFAULT_COPY / A_DELETE_COPY into net.
Diffstat (limited to 'src/net/worldinfo.h')
-rw-r--r--src/net/worldinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/worldinfo.h b/src/net/worldinfo.h
index 1e568d974..7a1e21c9a 100644
--- a/src/net/worldinfo.h
+++ b/src/net/worldinfo.h
@@ -45,6 +45,8 @@ struct WorldInfo final
{
}
+ A_DELETE_COPY(WorldInfo)
+
int address;
std::string name;
uint16_t port;