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