summaryrefslogtreecommitdiff
path: root/src/net/eathena/searchstorehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/searchstorehandler.h')
-rw-r--r--src/net/eathena/searchstorehandler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/eathena/searchstorehandler.h b/src/net/eathena/searchstorehandler.h
index 89fa4ea5b..454ea7b66 100644
--- a/src/net/eathena/searchstorehandler.h
+++ b/src/net/eathena/searchstorehandler.h
@@ -35,15 +35,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 final;
- void nextPage() const override final;
+ void nextPage() const final;
- void close() const override final;
+ void close() const final;
void select(const int accountId,
const int storeId,
- const int itemId) const override final;
+ const int itemId) const final;
};
} // namespace EAthena