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/task_fn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task_fn.h') diff --git a/src/task_fn.h b/src/task_fn.h index 654241c..565836b 100644 --- a/src/task_fn.h +++ b/src/task_fn.h @@ -16,7 +16,7 @@ class TaskFn public: TaskFn(const ctor::BuildConfiguration& config, const ctor::Settings& settings, - const std::string& sourceDir, const ctor::Source& source); + const std::string& sourceDir, const ctor::source& source); virtual ~TaskFn() = default; bool dirtyInner() override; -- cgit v1.2.3