aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/launcher/util/launcher_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/launcher/util/launcher_util.h')
-rw-r--r--src/tools/launcher/util/launcher_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/launcher/util/launcher_util.h b/src/tools/launcher/util/launcher_util.h
index 10f5f53000..669ea1dbfc 100644
--- a/src/tools/launcher/util/launcher_util.h
+++ b/src/tools/launcher/util/launcher_util.h
@@ -48,7 +48,7 @@ std::string GetBinaryPathWithExtension(const std::string& binary);
std::string GetEscapedArgument(const std::string& argument);
// Check if a file exists at a given path.
-bool DoesFilePathExist(const std::string& path);
+bool DoesFilePathExist(const char* path);
} // namespace launcher
} // namespace bazel