summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-29 23:39:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-29 23:39:17 +0300
commit273b79cf4f52c846508f3493727e34b1811ecfd5 (patch)
tree2645bc865da16e851b593ca1f3860d70d7911e81 /src/net/tmwa/npchandler.h
parentc593adb7fb0dffc62f1311e6c52f25bfafcdf0f4 (diff)
downloadplus-273b79cf4f52c846508f3493727e34b1811ecfd5.tar.gz
plus-273b79cf4f52c846508f3493727e34b1811ecfd5.tar.bz2
plus-273b79cf4f52c846508f3493727e34b1811ecfd5.tar.xz
plus-273b79cf4f52c846508f3493727e34b1811ecfd5.zip
Convert CookingType enum into strong typed enum.
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r--src/net/tmwa/npchandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h
index c4880ac15..c8da3fd42 100644
--- a/src/net/tmwa/npchandler.h
+++ b/src/net/tmwa/npchandler.h
@@ -77,7 +77,7 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler
const int materialId3) const override final;
#ifdef EATHENA_SUPPORT
- void cooking(const CookingType::Type type,
+ void cooking(const CookingTypeT type,
const int nameId) const override final;
#endif