summaryrefslogtreecommitdiff
path: root/src/net/cashshophandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/cashshophandler.h')
-rw-r--r--src/net/cashshophandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/cashshophandler.h b/src/net/cashshophandler.h
index f8f51ff27..18fbb207c 100644
--- a/src/net/cashshophandler.h
+++ b/src/net/cashshophandler.h
@@ -35,6 +35,11 @@ namespace Net
class CashShopHandler notfinal
{
public:
+ CashShopHandler()
+ { }
+
+ A_DELETE_COPY(CashShopHandler)
+
virtual ~CashShopHandler()
{ }