summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElmo Todurov <elmo.todurov@eesti.ee>2016-10-06 03:02:48 +0300
committerBardur Arantsson <bardur@scientician.net>2016-10-06 07:55:27 +0200
commit9b927dc7e085c22c5e54c4c03be9ff0d32d04622 (patch)
tree016a4b787bcf5f69e338a8194582655acb62b8cd /src
parentec9527e2f0c4394f8c2acede78c81e90421b4b09 (diff)
Removed a spurious __cxx11
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()));
}