summaryrefslogtreecommitdiff
path: root/src/ipa/libipa/awb_bayes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/libipa/awb_bayes.h')
-rw-r--r--src/ipa/libipa/awb_bayes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/libipa/awb_bayes.h b/src/ipa/libipa/awb_bayes.h
index 47db7243..23bf8806 100644
--- a/src/ipa/libipa/awb_bayes.h
+++ b/src/ipa/libipa/awb_bayes.h
@@ -34,7 +34,7 @@ public:
AwbBayes() = default;
int init(const YamlObject &tuningData) override;
- AwbResult calculateAwb(const AwbStats &stats, int lux) override;
+ AwbResult calculateAwb(const AwbStats &stats, unsigned int lux) override;
RGB<double> gainsFromColourTemperature(double temperatureK) override;
void handleControls(const ControlList &controls) override;