procparams: apply changes requested by @Floessie in code review

This commit is contained in:
Ingo Weyrich
2019-09-23 13:40:19 +02:00
parent 3ca7f09655
commit 7a8225d274
2 changed files with 2 additions and 0 deletions

View File

@@ -1344,6 +1344,7 @@ struct DehazeParams {
bool showDepthMap;
int depth;
bool luminance;
DehazeParams();
bool operator==(const DehazeParams &other) const;