diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 18:02:52 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 18:02:52 +0100 |
commit | 35e368cee986bcf91a472170f97e79f76065366d (patch) | |
tree | c39ab8beb632ec02b74c8f6908c23985216946f4 /src/tools.h | |
parent | 10dc0902c22ae931fe51c36ea8fc6d2453819477 (diff) |
Rename OutputSystem::Xyz to output_system::xyz
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |