Restore cleanups to rtengine/dcp.*

This commit is contained in:
Lawrence Lee
2022-12-03 22:21:30 -08:00
parent 4223f114cb
commit ec84e17224
11 changed files with 98 additions and 104 deletions

View File

@@ -980,7 +980,7 @@ void RawImageSource::getImage (const ColorTemp &ctemp, int tran, Imagefloat* ima
}
}
DCPProfile *RawImageSource::getDCP(const ColorManagementParams &cmp, DCPProfile::ApplyState &as)
DCPProfile *RawImageSource::getDCP(const ColorManagementParams &cmp, DCPProfileApplyState &as)
{
if (cmp.inputProfile == "(camera)" || cmp.inputProfile == "(none)") {
return nullptr;