diff options
Diffstat (limited to 'core/fpdfapi/page/cpdf_psfunc.h')
-rw-r--r-- | core/fpdfapi/page/cpdf_psfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/page/cpdf_psfunc.h b/core/fpdfapi/page/cpdf_psfunc.h index 7212fea392..b4bc5bd2ef 100644 --- a/core/fpdfapi/page/cpdf_psfunc.h +++ b/core/fpdfapi/page/cpdf_psfunc.h @@ -21,7 +21,7 @@ class CPDF_PSFunc : 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; private: CPDF_PSEngine m_PS; |