From c04887aa87c5194a4774fe87cb1a969ba086a439 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 Jun 2015 17:20:43 +0300 Subject: Convert AuctionSearchType enum into strong typed enum. --- src/net/tmwa/auctionhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/auctionhandler.cpp') diff --git a/src/net/tmwa/auctionhandler.cpp b/src/net/tmwa/auctionhandler.cpp index 773c95f1d..e63b76a00 100644 --- a/src/net/tmwa/auctionhandler.cpp +++ b/src/net/tmwa/auctionhandler.cpp @@ -70,7 +70,7 @@ void AuctionHandler::bid(const int auctionId A_UNUSED, { } -void AuctionHandler::search(const AuctionSearchType::Type type A_UNUSED, +void AuctionHandler::search(const AuctionSearchTypeT type A_UNUSED, const int auctionId A_UNUSED, const std::string &text A_UNUSED, const int page A_UNUSED) const -- cgit v1.2.3-70-g09d2