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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 083bb380ae..3c05196f4a 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -115,8 +115,8 @@ void save_ghost( bool force = false );
/* ***********************************************************************
* called from: files hiscores
* *********************************************************************** */
-std::string make_filename( const char *prefix, int level, branch_type branch,
- level_area_type lt, bool isGhost );
+std::string make_filename(std::string prefix, int level, branch_type branch,
+ level_area_type lt, bool isGhost );
FILE *lk_open(const char *mode, const std::string &file);
void lk_close(FILE *handle, const char *mode, const std::string &file);