From 539c127d6c35e07c995d30c55aa600d248ec12e6 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 18:06:36 +0100 Subject: Rename Source class to source --- src/rebuild.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebuild.cc') diff --git a/src/rebuild.cc b/src/rebuild.cc index f645275..daf5443 100644 --- a/src/rebuild.cc +++ b/src/rebuild.cc @@ -135,7 +135,7 @@ int reg(ExternalConfigurations (*cb)(const Settings&), namespace { -bool contains(const std::vector& sources, const std::string& file) +bool contains(const std::vector& sources, const std::string& file) { for(const auto& source : sources) { -- cgit v1.2.3