From 1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 10 Jan 2023 16:00:36 +0100 Subject: Put ctor.h contents in ctor namespace. --- ctor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index 7f936c6..6fe4084 100644 --- a/ctor.cc +++ b/ctor.cc @@ -5,12 +5,12 @@ namespace { -BuildConfigurations ctorConfigs(const Settings& settings) +ctor::BuildConfigurations ctorConfigs(const ctor::Settings& settings) { return { { - .type = TargetType::StaticLibrary, + .type = ctor::TargetType::StaticLibrary, .target = "libctor.a", .sources = { "src/build.cc", -- cgit v1.2.3