diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 765b621b5..4249b1f2f 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -297,7 +297,7 @@ public: explicit ConfigLoader(ConfigData &_config) noexcept :config(_config) {} - bool TryFile(const Path path); + bool TryFile(Path path); bool TryFile(const AllocatedPath &base_path, Path path); };