summaryrefslogtreecommitdiff
path: root/src/net/tmwa/searchstorehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/searchstorehandler.h')
-rw-r--r--src/net/tmwa/searchstorehandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/searchstorehandler.h b/src/net/tmwa/searchstorehandler.h
index fc7946a86..4f2f9a6de 100644
--- a/src/net/tmwa/searchstorehandler.h
+++ b/src/net/tmwa/searchstorehandler.h
@@ -45,6 +45,10 @@ class SearchStoreHandler final : public MessageHandler,
void nextPage() const override final;
void close() const override final;
+
+ void select(const int accountId,
+ const int storeId,
+ const int itemId) const override final;
};
} // namespace TmwAthena