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. --- src/tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools.h') diff --git a/src/tools.h b/src/tools.h index c346cbf..0b5b211 100644 --- a/src/tools.h +++ b/src/tools.h @@ -37,7 +37,7 @@ enum class opt }; //! Get tool-chain type from output system (via configuration) -ToolChain getToolChain(OutputSystem system); +ToolChain getToolChain(ctor::OutputSystem system); //! Get tool argument(s) for specific option type matching the supplied //! tool-chain -- cgit v1.2.3