Call Histogram matching only if necessary, #4674
This commit is contained in:
@@ -27,7 +27,7 @@ class ProfileChangeListener
|
||||
|
||||
public:
|
||||
virtual ~ProfileChangeListener() {}
|
||||
virtual void profileChange (const rtengine::procparams::PartialProfile* nparams, rtengine::ProcEvent event, const Glib::ustring& descr, const ParamsEdited* paramsEdited = nullptr) {}
|
||||
virtual void profileChange (const rtengine::procparams::PartialProfile* nparams, rtengine::ProcEvent event, const Glib::ustring& descr, const ParamsEdited* paramsEdited = nullptr, bool fromLastSaved = false) {}
|
||||
virtual void setDefaults (rtengine::procparams::ProcParams* defparams) {}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user