diff options
Diffstat (limited to 'src/net/tmwa/buysellhandler.h')
-rw-r--r-- | src/net/tmwa/buysellhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/buysellhandler.h b/src/net/tmwa/buysellhandler.h index 0d506a67c..461935cda 100644 --- a/src/net/tmwa/buysellhandler.h +++ b/src/net/tmwa/buysellhandler.h @@ -35,6 +35,8 @@ class BuySellHandler final : public Ea::BuySellHandler A_DELETE_COPY(BuySellHandler) + ~BuySellHandler(); + void requestSellList(const std::string &nick) const override final; |