aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/root/filename.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/root/filename.h')
-rw-r--r--gcc/d/dmd/root/filename.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/root/filename.h b/gcc/d/dmd/root/filename.h
index 0e52b98..e8c8b11 100644
--- a/gcc/d/dmd/root/filename.h
+++ b/gcc/d/dmd/root/filename.h
@@ -38,7 +38,7 @@ public:
bool equalsExt(const char *ext);
- static const char *searchPath(Strings& path, const char *name, bool cwd);
+ static const char *searchPath(const Strings &path, const char *name, bool cwd);
static int exists(const char *name);
static bool ensurePathExists(const char *path);
static const char *canonicalName(const char *name);