diff options
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r-- | src/net/eathena/auctionhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index 21b70a4d5..097f4ca3b 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -32,6 +32,8 @@ class AuctionHandler final : public Net::AuctionHandler A_DELETE_COPY(AuctionHandler) + ~AuctionHandler(); + void cancelReg() const override final; void setItem(const Item *const item, |