summaryrefslogtreecommitdiff
path: root/lib/common/Utils.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-06-27 11:35:15 +0000
committerChris Wilson <chris+github@qwirx.com>2009-06-27 11:35:15 +0000
commitc6bab91bf0940f900a1831d4246f52d5768dd495 (patch)
treeeacd7d74b940a96d081c80cd6ee9564a31481520 /lib/common/Utils.h
parent072a7dd031ef8f93d0688f1b87ee73ae4620c99f (diff)
Second part of FileExists change.
Diffstat (limited to 'lib/common/Utils.h')
-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
{