diff options
Diffstat (limited to 'src/net/cashshophandler.h')
-rw-r--r-- | src/net/cashshophandler.h | 5 |
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() { } |