From 56e149a51562b9d2620bc9037a81735c29ea95af Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 14 Apr 2014 11:02:47 -0700 Subject: Ditch gcc 4.6 support --- src/map/mob.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/mob.hpp') diff --git a/src/map/mob.hpp b/src/map/mob.hpp index e7d81bd..570b5a9 100644 --- a/src/map/mob.hpp +++ b/src/map/mob.hpp @@ -34,9 +34,9 @@ # include "map.hpp" # include "skill.t.hpp" -# define ENGLISH_NAME stringish("--en--") -# define JAPANESE_NAME stringish("--ja--") -# define MOB_THIS_MAP stringish("this") +# define ENGLISH_NAME stringish("--en--"_s) +# define JAPANESE_NAME stringish("--ja--"_s) +# define MOB_THIS_MAP stringish("this"_s) struct mob_skill { -- cgit v1.2.3-60-g2f50