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/buyingstorehandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/buyingstorehandler.h') diff --git a/src/net/buyingstorehandler.h b/src/net/buyingstorehandler.h index d99e74e34..007207480 100644 --- a/src/net/buyingstorehandler.h +++ b/src/net/buyingstorehandler.h @@ -36,6 +36,11 @@ namespace Net class BuyingStoreHandler notfinal { public: + BuyingStoreHandler() + { } + + A_DELETE_COPY(BuyingStoreHandler) + virtual ~BuyingStoreHandler() { } -- cgit v1.2.3-60-g2f50