summaryrefslogtreecommitdiff
path: root/src/spells5.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:26 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:26 +0100
commit7b8a1e0fb285c4d85e01c3720b0b4b4460d42a66 (patch)
tree8bc2cf499085a7f03b8db3af99fe1fa9460139d9 /src/spells5.cc
parenta88a24099785fd61f6c02cc2b99e3710500b1768 (diff)
Change spell info_func to use std::string
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 "";
}