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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/auctionhandler.h') diff --git a/src/net/tmwa/auctionhandler.h b/src/net/tmwa/auctionhandler.h index 0cc72f184..5df04b778 100644 --- a/src/net/tmwa/auctionhandler.h +++ b/src/net/tmwa/auctionhandler.h @@ -54,7 +54,7 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler void bid(const int auctionId, const int money) const override final; - void search(const AuctionSearchType::Type type, + void search(const AuctionSearchTypeT type, const int auctionId, const std::string &text, const int page) const override final; -- cgit v1.2.3-60-g2f50