From f24aa2064954b1c529621c8e6425d26c0c78b1bb Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 4 Nov 2007 16:33:53 +0000 Subject: Allow ObjectExists() to take a std::string instead of just char *. --- lib/common/Utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common/Utils.h') 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" -- cgit v1.2.1