[clang-tidy] remove const in declaration

Found with readability-avoid-const-params-in-decls Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
parent 140d8547
......@@ -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);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment