summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_stitchfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/page/cpdf_stitchfunc.h')
-rw-r--r--core/fpdfapi/page/cpdf_stitchfunc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/fpdfapi/page/cpdf_stitchfunc.h b/core/fpdfapi/page/cpdf_stitchfunc.h
index 1d11cb072b..360b789072 100644
--- a/core/fpdfapi/page/cpdf_stitchfunc.h
+++ b/core/fpdfapi/page/cpdf_stitchfunc.h
@@ -29,10 +29,8 @@ class CPDF_StitchFunc : public CPDF_Function {
private:
std::vector<std::unique_ptr<CPDF_Function>> m_pSubFunctions;
- float* m_pBounds;
- float* m_pEncode;
-
- static const uint32_t kRequiredNumInputs = 1;
+ float* m_pBounds = nullptr;
+ float* m_pEncode = nullptr;
};
#endif // CORE_FPDFAPI_PAGE_CPDF_STITCHFUNC_H_