diff options
Diffstat (limited to 'lib/common/Utils.h')
-rw-r--r-- | lib/common/Utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Utils.h b/lib/common/Utils.h index 5da84d9a..d0842b51 100644 --- a/lib/common/Utils.h +++ b/lib/common/Utils.h @@ -29,7 +29,7 @@ enum ObjectExists_File = 1, ObjectExists_Dir = 2 }; -int ObjectExists(const char *Filename); +int ObjectExists(const std::string& rFilename); #include "MemLeakFindOff.h" |