procparams: call DehazeParams::operator== in ProcParams::operator==

This commit is contained in:
Alberto Griggio
2018-11-01 05:42:45 +01:00
parent 9a4d770faa
commit 86b282fc68

View File

@@ -5073,7 +5073,8 @@ bool ProcParams::operator ==(const ProcParams& other) const
&& colorToning == other.colorToning
&& metadata == other.metadata
&& exif == other.exif
&& iptc == other.iptc;
&& iptc == other.iptc
&& dehaze == other.dehaze;
}
bool ProcParams::operator !=(const ProcParams& other) const