summaryrefslogtreecommitdiff
path: root/lib/common/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Utils.h')
-rw-r--r--lib/common/Utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/Utils.h b/lib/common/Utils.h
index 1e99f8fe..76598611 100644
--- a/lib/common/Utils.h
+++ b/lib/common/Utils.h
@@ -1,4 +1,4 @@
-// distribution boxbackup-0.10 (svn version: 494)
+// distribution boxbackup-0.11rc1 (svn version: 2023_2024)
//
// Copyright (c) 2003 - 2006
// Ben Summers and contributors. All rights reserved.
@@ -67,7 +67,7 @@ enum
ObjectExists_File = 1,
ObjectExists_Dir = 2
};
-int ObjectExists(const char *Filename);
+int ObjectExists(const std::string& rFilename);
#include "MemLeakFindOff.h"