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 --- ctor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index 6fe4084..04e4cad 100644 --- a/ctor.cc +++ b/ctor.cc @@ -10,7 +10,7 @@ ctor::BuildConfigurations ctorConfigs(const ctor::Settings& settings) return { { - .type = ctor::TargetType::StaticLibrary, + .type = ctor::target_type::static_library, .target = "libctor.a", .sources = { "src/build.cc", -- cgit v1.2.3