diff options
Diffstat (limited to 'core/fpdfapi/page/cpdf_psfunc.h')
-rw-r--r-- | core/fpdfapi/page/cpdf_psfunc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fpdfapi/page/cpdf_psfunc.h b/core/fpdfapi/page/cpdf_psfunc.h index b4bc5bd2ef..459da5a599 100644 --- a/core/fpdfapi/page/cpdf_psfunc.h +++ b/core/fpdfapi/page/cpdf_psfunc.h @@ -20,7 +20,8 @@ class CPDF_PSFunc : public CPDF_Function { ~CPDF_PSFunc() override; // CPDF_Function - bool v_Init(CPDF_Object* pObj, std::set<CPDF_Object*>* pVisited) override; + bool v_Init(const CPDF_Object* pObj, + std::set<const CPDF_Object*>* pVisited) override; bool v_Call(const float* inputs, float* results) const override; private: |