summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r--src/net/eathena/cashshophandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h
index 08aa39ac5..dc6980ec7 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -46,6 +46,8 @@ class CashShopHandler final : public MessageHandler,
const unsigned char color,
const int amount) const override final;
+ void close() const override final;
+
protected:
static void processCashShopOpen(Net::MessageIn &msg);