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/task_fn.h | |
parent | 35e368cee986bcf91a472170f97e79f76065366d (diff) |
Rename Source class to source
Diffstat (limited to 'src/task_fn.h')
-rw-r--r-- | src/task_fn.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |