summaryrefslogtreecommitdiff
path: root/src/help.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.hpp')
-rw-r--r--src/help.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.hpp b/src/help.hpp
index eb8c3c98..5adf1381 100644
--- a/src/help.hpp
+++ b/src/help.hpp
@@ -9,5 +9,5 @@ extern void help_race(std::string const &race);
extern void help_subrace(std::string const &subrace);
extern void help_class(std::string const &klass);
extern void help_god(cptr god);
-extern void help_skill(cptr skill);
+extern void help_skill(std::string const &skill);
extern void help_ability(std::string const &ability);