diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 17:47:30 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 17:47:30 +0100 |
commit | 75d1fa7244b9c5cddae056a281f457dd1e81cfb2 (patch) | |
tree | 7a01afcc48a52ec500e0ede5dabaa517c952c7f1 /src/task.cc | |
parent | 1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 (diff) |
Rename TargetType::Xyz to target_type::xyz
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 5e3bbb8..fa843c7 100644 --- a/src/task.cc +++ b/src/task.cc @@ -114,7 +114,7 @@ const BuildConfiguration& Task::buildConfig() const return config; } -TargetType Task::targetType() const +ctor::target_type Task::targetType() const { return target_type; } |