diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-12-27 15:08:07 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-01-05 22:47:12 +0100 |
| commit | fa99825fa800f0faf4a6e6b1d639b261c7aa43c9 (patch) | |
| tree | 17945e16aa7f33c8aede1694c90a08b7cc05e0e1 /src/task.cc | |
| parent | 5ac072c0f42bf3216d16f177c795e9324bf3c52b (diff) | |
Add many-to-one generator function type.develop
Diffstat (limited to 'src/task.cc')
| -rw-r--r-- | src/task.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task.cc b/src/task.cc index 5484c23..17559bf 100644 --- a/src/task.cc +++ b/src/task.cc @@ -12,7 +12,7 @@ Task::Task(const ctor::build_configuration& config_, const ctor::settings& setti : config(config_) , output_system(config.system) , settings(settings_) - , sourceDir(std::move(sourceDir_)) + , sourceDir(sourceDir_) { } |
