From 44ba9a9eebec2ffe202fc5594f76864a56f3730a Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 23 Jul 2014 17:05:58 -0700 Subject: Enums are not usually integers, sorry --- src/map/mapflag.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/mapflag.hpp') diff --git a/src/map/mapflag.hpp b/src/map/mapflag.hpp index 197d250..6d046fa 100644 --- a/src/map/mapflag.hpp +++ b/src/map/mapflag.hpp @@ -77,8 +77,7 @@ public: void set(MapFlag, bool); }; -template<> -bool extract(XString str, MapFlag *mf); +bool extract(XString str, MapFlag *mf); MapFlag map_flag_from_int(int shift); } // namespace tmwa -- cgit v1.2.3-70-g09d2