diff options
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; |