summaryrefslogtreecommitdiff
path: root/src/rebuild.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebuild.cc')
-rw-r--r--src/rebuild.cc2
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)
{