Fixes clang warning #5010

This commit is contained in:
Roel Baars
2018-11-22 10:52:17 +01:00
committed by GitHub
parent 78b5b78437
commit d2dcd437b4

View File

@@ -67,7 +67,7 @@ public:
// wbprovider interface
void getAutoWB (double& temp, double& green, double equal, double tempBias) override;
void getCamWB (double& temp, double& green);
void getCamWB (double& temp, double& green) override;
// thumbnaillistener interface
void procParamsChanged (Thumbnail* thm, int whoChangedIt) override;