summaryrefslogtreecommitdiff
path: root/src/net/tmwa/auctionhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-01 17:20:43 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-01 17:20:43 +0300
commitc04887aa87c5194a4774fe87cb1a969ba086a439 (patch)
tree6abb2c3b14217035bf0a42ed6bf2fd7ea092d909 /src/net/tmwa/auctionhandler.cpp
parente81ae38c4722046876ab3ed5d53f33a7278056c3 (diff)
downloadplus-c04887aa87c5194a4774fe87cb1a969ba086a439.tar.gz
plus-c04887aa87c5194a4774fe87cb1a969ba086a439.tar.bz2
plus-c04887aa87c5194a4774fe87cb1a969ba086a439.tar.xz
plus-c04887aa87c5194a4774fe87cb1a969ba086a439.zip
Convert AuctionSearchType enum into strong typed enum.
Diffstat (limited to 'src/net/tmwa/auctionhandler.cpp')
-rw-r--r--src/net/tmwa/auctionhandler.cpp2
1 files changed, 1 insertions, 1 deletions
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