From 45115a07e0753fe30bcaac59ec9f3ed4da5048c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Jan 2017 18:21:09 +0300 Subject: Add missing A_DEFAULT_COPY / A_DELETE_COPY into net. --- src/net/sdltcpnet.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/sdltcpnet.cpp') diff --git a/src/net/sdltcpnet.cpp b/src/net/sdltcpnet.cpp index eb752fcf6..fbd852e53 100644 --- a/src/net/sdltcpnet.cpp +++ b/src/net/sdltcpnet.cpp @@ -54,6 +54,8 @@ PRAGMACLANG6(GCC diagnostic pop) // because actual struct is hidden in SDL_net we reinroducing it here struct TCPsocketHack final { + A_DELETE_COPY(TCPsocketHack) + int ready; int channel; IPaddress remoteAddress; -- cgit v1.2.3-70-g09d2