Change expcomp visibility and fixed bug issue 5752

This commit is contained in:
Desmis
2020-05-14 14:11:47 +02:00
15 changed files with 272 additions and 31 deletions

View File

@@ -1189,6 +1189,14 @@ struct RAWParamsEdited {
bool ff_clipControl;
bool exPos;
struct PreprocessWBParamsEdited {
bool mode;
bool isUnchanged() const;
};
PreprocessWBParamsEdited preprocessWB;
bool isUnchanged() const;
};