diff options
Diffstat (limited to 'src/net/buysellhandler.h')
-rw-r--r-- | src/net/buysellhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/buysellhandler.h b/src/net/buysellhandler.h index 2b073f7ef..ebb42d2a4 100644 --- a/src/net/buysellhandler.h +++ b/src/net/buysellhandler.h @@ -49,6 +49,8 @@ class BuySellHandler notfinal virtual void sendSellRequest(const std::string &nick, const ShopItem *const item, const int amount) const = 0; + + virtual void close() const = 0; }; } // namespace Net |