summaryrefslogtreecommitdiff
path: root/src/ipa/simple/algorithms/blc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/algorithms/blc.h')
-rw-r--r--src/ipa/simple/algorithms/blc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/simple/algorithms/blc.h b/src/ipa/simple/algorithms/blc.h
index 2cf2a877..67c688ae 100644
--- a/src/ipa/simple/algorithms/blc.h
+++ b/src/ipa/simple/algorithms/blc.h
@@ -27,7 +27,7 @@ public:
ControlList &metadata) override;
private:
- uint32_t exposure_;
+ int32_t exposure_;
double gain_;
};