summaryrefslogtreecommitdiff
path: root/src/net/loginhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/loginhandler.h')
-rw-r--r--src/net/loginhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/loginhandler.h b/src/net/loginhandler.h
index 07ed6cb2f..b10d8430f 100644
--- a/src/net/loginhandler.h
+++ b/src/net/loginhandler.h
@@ -34,6 +34,8 @@ namespace Net
class LoginHandler notfinal
{
public:
+ A_DELETE_COPY(LoginHandler)
+
void setServer(const ServerInfo &server)
{ mServer = server; }