summaryrefslogtreecommitdiff
path: root/src/help.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.cc')
-rw-r--r--src/help.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/help.cc b/src/help.cc
index b74e6584..e5014b45 100644
--- a/src/help.cc
+++ b/src/help.cc
@@ -729,9 +729,9 @@ void help_god(cptr god)
}
}
-void help_skill(cptr skill)
+void help_skill(const std::__cxx11::string &skill)
{
- show_context_help(find_context_help(skill_table, skill));
+ show_context_help(find_context_help(skill_table, skill.c_str()));
}
void help_ability(std::string const &ability)