diff options
Diffstat (limited to 'src/net/tmwa/searchstorehandler.cpp')
-rw-r--r-- | src/net/tmwa/searchstorehandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/searchstorehandler.cpp b/src/net/tmwa/searchstorehandler.cpp index ef70b3d27..9777b32ad 100644 --- a/src/net/tmwa/searchstorehandler.cpp +++ b/src/net/tmwa/searchstorehandler.cpp @@ -54,4 +54,8 @@ void SearchStoreHandler::search(const StoreSearchType::Type type A_UNUSED, { } +void SearchStoreHandler::nextPage() const +{ +} + } // namespace TmwAthena |