summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_expintfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/page/cpdf_expintfunc.h')
-rw-r--r--core/fpdfapi/page/cpdf_expintfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/page/cpdf_expintfunc.h b/core/fpdfapi/page/cpdf_expintfunc.h
index f46d6c2f0a..7950c3dfd0 100644
--- a/core/fpdfapi/page/cpdf_expintfunc.h
+++ b/core/fpdfapi/page/cpdf_expintfunc.h
@@ -18,7 +18,7 @@ class CPDF_ExpIntFunc : public CPDF_Function {
// CPDF_Function
bool v_Init(CPDF_Object* pObj, std::set<CPDF_Object*>* pVisited) override;
- bool v_Call(float* inputs, float* results) const override;
+ bool v_Call(const float* inputs, float* results) const override;
uint32_t m_nOrigOutputs;
float m_Exponent;