From 35e368cee986bcf91a472170f97e79f76065366d Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 18:02:52 +0100 Subject: Rename OutputSystem::Xyz to output_system::xyz --- 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 0b5b211..49069d5 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(ctor::OutputSystem system); +ToolChain getToolChain(ctor::output_system system); //! Get tool argument(s) for specific option type matching the supplied //! tool-chain -- cgit v1.2.3