diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 18:06:36 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 18:06:36 +0100 |
commit | 539c127d6c35e07c995d30c55aa600d248ec12e6 (patch) | |
tree | 50e09fc2e067bafd6cff7ac6d74edac784ca6bcb /src/rebuild.cc | |
parent | 35e368cee986bcf91a472170f97e79f76065366d (diff) |
Rename Source class to source
Diffstat (limited to 'src/rebuild.cc')
-rw-r--r-- | src/rebuild.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<Source>& sources, const std::string& file) +bool contains(const std::vector<ctor::source>& sources, const std::string& file) { for(const auto& source : sources) { |