From 9f1994182d4225f630a93ae06b01927c4f7a9a37 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 May 2015 20:33:10 +0300 Subject: Convert ActorType enum into strong typed enum. --- src/listeners/playerlistener.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/listeners/playerlistener.h') diff --git a/src/listeners/playerlistener.h b/src/listeners/playerlistener.h index 52527fafc..fd503da95 100644 --- a/src/listeners/playerlistener.h +++ b/src/listeners/playerlistener.h @@ -44,13 +44,13 @@ class PlayerListener final : public ActionListener void setDialog(TextDialog *const dialog) { mDialog = dialog; } - void setType(const ActorType::Type type) + void setType(const ActorTypeT type) { mType = type; } private: std::string mNick; TextDialog *mDialog; - ActorType::Type mType; + ActorTypeT mType; }; #endif // LISTENERS_PLAYERLISTENER_H -- cgit v1.2.3-70-g09d2