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/eathena/auctionhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/auctionhandler.cpp') diff --git a/src/net/eathena/auctionhandler.cpp b/src/net/eathena/auctionhandler.cpp index 404e38c24..586e276b8 100644 --- a/src/net/eathena/auctionhandler.cpp +++ b/src/net/eathena/auctionhandler.cpp @@ -175,7 +175,7 @@ void AuctionHandler::bid(const int auctionId, outMsg.writeInt32(money, "money"); } -void AuctionHandler::search(const AuctionSearchType::Type type, +void AuctionHandler::search(const AuctionSearchTypeT type, const int auctionId, const std::string &text, const int page) const -- cgit v1.2.3-70-g09d2