summaryrefslogtreecommitdiff
path: root/src/other_tools/root_maps/commit_git_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.hpp')
-rw-r--r--src/other_tools/root_maps/commit_git_map.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp
index 4cdc7fd9..d9f1a941 100644
--- a/src/other_tools/root_maps/commit_git_map.hpp
+++ b/src/other_tools/root_maps/commit_git_map.hpp
@@ -82,8 +82,8 @@ using CommitGitMap =
std::string const& git_bin,
std::vector<std::string> const& launcher,
std::optional<ServeApi> const& serve,
- gsl::not_null<IExecutionApi*> const& local_api,
- std::optional<gsl::not_null<IExecutionApi*>> const& remote_api,
+ gsl::not_null<IExecutionApi const*> const& local_api,
+ std::optional<gsl::not_null<IExecutionApi const*>> const& remote_api,
bool fetch_absent,
std::size_t jobs) -> CommitGitMap;