Remove compilation warnings in Locallab GUI

This commit is contained in:
Pandagrapher
2020-05-27 09:50:30 +02:00
parent 4dfbda00da
commit a2c6715a0e
2 changed files with 13 additions and 13 deletions

View File

@@ -198,7 +198,7 @@ public:
* @param defParams ProcParams containing default values to set to the adjusters
* @param pedited ParamsEdited containing default state values to set to the adjusters (not used because batch mode is deactivated for Locallab)
*/
void setDefaults(const rtengine::procparams::ProcParams* defParams, const ParamsEdited* pedited = nullptr);
void setDefaults(const rtengine::procparams::ProcParams* defParams, const ParamsEdited* pedited = nullptr) override;
/**
* Enable or disable the interactions with panel widgets
*