diff options
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r-- | src/net/auctionhandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index a9f0ff287..ce2c004d6 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -35,6 +35,11 @@ namespace Net class AuctionHandler notfinal { public: + AuctionHandler() + { } + + A_DELETE_COPY(AuctionHandler) + virtual ~AuctionHandler() { } |