Fixes clang warning #5010
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
|||||||
|
|
||||||
// wbprovider interface
|
// wbprovider interface
|
||||||
void getAutoWB (double& temp, double& green, double equal, double tempBias) override;
|
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
|
// thumbnaillistener interface
|
||||||
void procParamsChanged (Thumbnail* thm, int whoChangedIt) override;
|
void procParamsChanged (Thumbnail* thm, int whoChangedIt) override;
|
||||||
|
Reference in New Issue
Block a user