Rename all the flux and image types to prefix the enums, due to them being in

the global namespace now.
This commit is contained in:
David Given
2023-07-24 02:18:53 +02:00
parent 9867f8c302
commit b9ef5b7db8
47 changed files with 181 additions and 187 deletions

View File

@@ -236,7 +236,7 @@ std::unique_ptr<Filesystem> Filesystem::createFilesystemFromConfig()
fluxSource = globalConfig().getFluxSource();
decoder = globalConfig().getDecoder();
}
if (globalConfig()->flux_sink().type() == FluxSourceSinkType::DRIVE)
if (globalConfig()->flux_sink().type() == FLUXTYPE_DRIVE)
{
fluxSink = globalConfig().getFluxSink();
encoder = globalConfig().getEncoder();