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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/tmwa/searchstorehandler.h b/src/net/tmwa/searchstorehandler.h
index 183d1084a..2a1ab764f 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;
+ const int itemId) const override final A_CONST;
- void nextPage() const override final;
+ void nextPage() const override final A_CONST;
- void close() const override final;
+ void close() const override final A_CONST;
void select(const int accountId,
const int storeId,
- const int itemId) const override final;
+ const int itemId) const override final A_CONST;
};
} // namespace TmwAthena