diff options
Diffstat (limited to 'src/net/tmwa/searchstorehandler.h')
-rw-r--r-- | src/net/tmwa/searchstorehandler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/tmwa/searchstorehandler.h b/src/net/tmwa/searchstorehandler.h index 3e8d11abf..b17b3cf45 100644 --- a/src/net/tmwa/searchstorehandler.h +++ b/src/net/tmwa/searchstorehandler.h @@ -37,15 +37,15 @@ class SearchStoreHandler final : public Net::SearchStoreHandler void search(const StoreSearchTypeT type, const int minPrice, const int maxPrice, - const int itemId) const override final A_CONST; + const int itemId) const override final; - void nextPage() const override final A_CONST; + void nextPage() const override final; - void close() const override final A_CONST; + void close() const override final; void select(const int accountId, const int storeId, - const int itemId) const override final A_CONST; + const int itemId) const override final; }; } // namespace TmwAthena |