summaryrefslogtreecommitdiff
path: root/src/net/buyingstorehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/buyingstorehandler.h')
-rw-r--r--src/net/buyingstorehandler.h5
1 files changed, 5 insertions, 0 deletions
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()
{ }