summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abl-show.h')
-rw-r--r--crawl-ref/source/abl-show.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.h b/crawl-ref/source/abl-show.h
index 1bd1a6afab..eb04a885af 100644
--- a/crawl-ref/source/abl-show.h
+++ b/crawl-ref/source/abl-show.h
@@ -84,7 +84,7 @@ int choose_ability_menu(const std::vector<talent>& talents);
bool activate_ability();
std::vector<talent> your_talents(bool check_confused);
-bool string_matches_ability_name(const std::string key);
+bool string_matches_ability_name(const std::string& key);
std::string print_abilities(void);
void set_god_ability_slots(void);