From 9b927dc7e085c22c5e54c4c03be9ff0d32d04622 Mon Sep 17 00:00:00 2001 From: Elmo Todurov Date: Thu, 6 Oct 2016 03:02:48 +0300 Subject: Removed a spurious __cxx11 --- src/help.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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())); } -- cgit v1.2.3