diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-03 14:55:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-03 14:55:20 +0300 |
commit | 7aec0517fe0874b5ac6e6590d442aa89a6f8f5a7 (patch) | |
tree | 0f1f54c66c35ca530521e46751fe393190c5d9cb /src/net/searchstorehandler.h | |
parent | d05183a9029d65224f73143a380f1631692a9257 (diff) | |
download | plus-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/searchstorehandler.h')
-rw-r--r-- | src/net/searchstorehandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/searchstorehandler.h b/src/net/searchstorehandler.h index 19ef98af6..059441c9c 100644 --- a/src/net/searchstorehandler.h +++ b/src/net/searchstorehandler.h @@ -38,7 +38,7 @@ class SearchStoreHandler notfinal virtual ~SearchStoreHandler() { } - virtual void search(const StoreSearchType::Type type, + virtual void search(const StoreSearchTypeT type, const int minPrice, const int maxPrice, const int itemId) const = 0; |