summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/searchstorehandler.cpp4
-rw-r--r--src/net/tmwa/searchstorehandler.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/searchstorehandler.cpp b/src/net/tmwa/searchstorehandler.cpp
index 9777b32ad..3cd3798a5 100644
--- a/src/net/tmwa/searchstorehandler.cpp
+++ b/src/net/tmwa/searchstorehandler.cpp
@@ -58,4 +58,8 @@ void SearchStoreHandler::nextPage() const
{
}
+void SearchStoreHandler::close() const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/searchstorehandler.h b/src/net/tmwa/searchstorehandler.h
index 02a6bad56..fc7946a86 100644
--- a/src/net/tmwa/searchstorehandler.h
+++ b/src/net/tmwa/searchstorehandler.h
@@ -43,6 +43,8 @@ class SearchStoreHandler final : public MessageHandler,
const int itemId) const override final;
void nextPage() const override final;
+
+ void close() const override final;
};
} // namespace TmwAthena