summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/Utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common/Utils.h b/lib/common/Utils.h
index d6792077..25b90e74 100644
--- a/lib/common/Utils.h
+++ b/lib/common/Utils.h
@@ -21,7 +21,8 @@ void SplitString(const std::string &String, char SplitOn, std::vector<std::strin
void DumpStackBacktrace();
#endif
-bool FileExists(const char *Filename, int64_t *pFileSize = 0, bool TreatLinksAsNotExisting = false);
+bool FileExists(const std::string& rFilename, int64_t *pFileSize = 0,
+ bool TreatLinksAsNotExisting = false);
enum
{