summaryrefslogtreecommitdiff
path: root/src/ipa/simple/algorithms/agc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/algorithms/agc.h')
-rw-r--r--src/ipa/simple/algorithms/agc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/simple/algorithms/agc.h b/src/ipa/simple/algorithms/agc.h
index ad5fca9f..112d9f5a 100644
--- a/src/ipa/simple/algorithms/agc.h
+++ b/src/ipa/simple/algorithms/agc.h
@@ -25,7 +25,7 @@ public:
ControlList &metadata) override;
private:
- void updateExposure(IPAContext &context, double exposureMSV);
+ void updateExposure(IPAContext &context, IPAFrameContext &frameContext, double exposureMSV);
};
} /* namespace ipa::soft::algorithms */