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