summaryrefslogtreecommitdiff
path: root/src/net/eathena/searchstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-03 14:55:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-03 14:55:20 +0300
commit7aec0517fe0874b5ac6e6590d442aa89a6f8f5a7 (patch)
tree0f1f54c66c35ca530521e46751fe393190c5d9cb /src/net/eathena/searchstorehandler.h
parentd05183a9029d65224f73143a380f1631692a9257 (diff)
downloadplus-7aec0517fe0874b5ac6e6590d442aa89a6f8f5a7.tar.gz
plus-7aec0517fe0874b5ac6e6590d442aa89a6f8f5a7.tar.bz2
plus-7aec0517fe0874b5ac6e6590d442aa89a6f8f5a7.tar.xz
plus-7aec0517fe0874b5ac6e6590d442aa89a6f8f5a7.zip
Convert StoreSearchType enum into strong typed enum.
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;