From 75d1fa7244b9c5cddae056a281f457dd1e81cfb2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 17:47:30 +0100 Subject: Rename TargetType::Xyz to target_type::xyz --- src/task.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task.cc') 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; } -- cgit v1.2.3