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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/searchstorehandler.h b/src/net/eathena/searchstorehandler.h
index 3a449f512..29ff9439c 100644
--- a/src/net/eathena/searchstorehandler.h
+++ b/src/net/eathena/searchstorehandler.h
@@ -37,7 +37,7 @@ class SearchStoreHandler final : public MessageHandler,
void handleMessage(Net::MessageIn &msg) override final;
- void search(const StoreSearchType::Type type,
+ void search(const StoreSearchTypeT type,
const int minPrice,
const int maxPrice,
const int itemId) const override final;