diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/source_type_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source_type_test.cc b/test/source_type_test.cc index c12e524..288f1e5 100644 --- a/test/source_type_test.cc +++ b/test/source_type_test.cc @@ -30,7 +30,7 @@ class TestableTaskCC : public TaskCC { public: - TestableTaskCC(const ctor::Source& source) + TestableTaskCC(const ctor::source& source) : TaskCC({}, {}, "build", source) {} |