summaryrefslogtreecommitdiff
path: root/src/net/tmwa/searchstorehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/searchstorehandler.cpp')
-rw-r--r--src/net/tmwa/searchstorehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/searchstorehandler.cpp b/src/net/tmwa/searchstorehandler.cpp
index b4c304573..091903e4c 100644
--- a/src/net/tmwa/searchstorehandler.cpp
+++ b/src/net/tmwa/searchstorehandler.cpp
@@ -47,7 +47,7 @@ void SearchStoreHandler::handleMessage(Net::MessageIn &msg)
}
}
-void SearchStoreHandler::search(const StoreSearchType::Type type A_UNUSED,
+void SearchStoreHandler::search(const StoreSearchTypeT type A_UNUSED,
const int minPrice A_UNUSED,
const int maxPrice A_UNUSED,
const int itemId A_UNUSED) const