Fix references to DCPProfile::ApplyState

This commit is contained in:
Thanatomanic
2020-10-16 12:43:59 +02:00
parent d9799ec5de
commit 9ee48d83f9
9 changed files with 12 additions and 13 deletions

View File

@@ -820,7 +820,7 @@ void Crop::update(int todo)
}
*/
double rrm, ggm, bbm;
DCPProfileApplyState as;
DCPProfile::ApplyState as;
DCPProfile *dcpProf = parent->imgsrc->getDCP(params.icm, as);
LUTu histToneCurve;