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/buysellhandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/buysellhandler.h') diff --git a/src/net/buysellhandler.h b/src/net/buysellhandler.h index fcbdc9465..79cb60b6c 100644 --- a/src/net/buysellhandler.h +++ b/src/net/buysellhandler.h @@ -31,6 +31,11 @@ namespace Net class BuySellHandler notfinal { public: + BuySellHandler() + { } + + A_DELETE_COPY(BuySellHandler) + virtual ~BuySellHandler() { } -- cgit v1.2.3-70-g09d2