summaryrefslogtreecommitdiff
path: root/src/spells5.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells5.cc')
-rw-r--r--src/spells5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells5.cc b/src/spells5.cc
index 63504768..a8c42a7d 100644
--- a/src/spells5.cc
+++ b/src/spells5.cc
@@ -27,7 +27,7 @@ static spell_type *spell_new(s32b *index, const char *name)
return spell;
}
-static const char *no_info()
+static std::string no_info()
{
return "";
}