summaryrefslogtreecommitdiff
path: root/src/net/eathena/searchstorehandler.cpp
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.cpp
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.cpp')
-rw-r--r--src/net/eathena/searchstorehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/searchstorehandler.cpp b/src/net/eathena/searchstorehandler.cpp
index 7ced22765..51aaccd98 100644
--- a/src/net/eathena/searchstorehandler.cpp
+++ b/src/net/eathena/searchstorehandler.cpp
@@ -75,7 +75,7 @@ void SearchStoreHandler::handleMessage(Net::MessageIn &msg)
}
}
-void SearchStoreHandler::search(const StoreSearchType::Type type,
+void SearchStoreHandler::search(const StoreSearchTypeT type,
const int minPrice,
const int maxPrice,
const int itemId) const