diff options
Diffstat (limited to 'src/other_tools/root_maps/root_utils.cpp')
-rw-r--r-- | src/other_tools/root_maps/root_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/root_utils.cpp b/src/other_tools/root_maps/root_utils.cpp index 7df58f37..efc4b6e0 100644 --- a/src/other_tools/root_maps/root_utils.cpp +++ b/src/other_tools/root_maps/root_utils.cpp @@ -39,7 +39,7 @@ auto EnsureAbsentRootOnServe( ServeApi const& serve, std::string const& tree_id, std::filesystem::path const& repo_path, - std::optional<gsl::not_null<IExecutionApi*>> const& remote_api, + std::optional<gsl::not_null<IExecutionApi const*>> const& remote_api, AsyncMapConsumerLoggerPtr const& logger, bool no_sync_is_fatal) -> bool { if (remote_api) { |