diff --git a/tools/cpp/runfiles/runfiles_src.h b/tools/cpp/runfiles/runfiles_src.h index 75103e230bf8ce..242b834856553f 100644 --- a/tools/cpp/runfiles/runfiles_src.h +++ b/tools/cpp/runfiles/runfiles_src.h @@ -195,12 +195,12 @@ class Runfiles { std::map runfiles_map, std::string directory, std::map, std::string> repo_mapping, std::vector > envvars, - std::string source_repository_) + std::string source_repository) : runfiles_map_(std::move(runfiles_map)), directory_(std::move(directory)), repo_mapping_(std::move(repo_mapping)), envvars_(std::move(envvars)), - source_repository_(std::move(source_repository_)) {} + source_repository_(std::move(source_repository)) {} Runfiles(const Runfiles&) = delete; Runfiles(Runfiles&&) = delete; Runfiles& operator=(const Runfiles&) = delete;