summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 3bbd358a1e..cf6997f464 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -38,8 +38,10 @@ bool travel_load_map( char branch, int absdepth );
std::vector<player> find_saved_characters();
std::string get_savedir();
-std::string get_savedir_filename(const char *pre, const char *suf,
- const char *ext, bool suppress_uid = false);
+std::string get_savedir_filename(const std::string &pre,
+ const std::string &suf,
+ const std::string &ext,
+ bool suppress_uid = false);
std::string get_prefs_filename();