From dbf13f6562a902df17f6e543d3be844ca82956e2 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 24 May 2018 01:36:40 +0000 Subject: Improve constness for more CPDF_Objects pointers. Most of them can be marked const. A couple are marked non-const because eventually something inside gets modified. Change-Id: I5415ca8d1efdac451cde340272436cd1e6ec433f Reviewed-on: https://pdfium-review.googlesource.com/32184 Commit-Queue: Lei Zhang Reviewed-by: Henrique Nakashima --- core/fxcrt/cfx_seekablemultistream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/fxcrt/cfx_seekablemultistream.h') diff --git a/core/fxcrt/cfx_seekablemultistream.h b/core/fxcrt/cfx_seekablemultistream.h index 9138d7c321..4bd26b9863 100644 --- a/core/fxcrt/cfx_seekablemultistream.h +++ b/core/fxcrt/cfx_seekablemultistream.h @@ -17,7 +17,8 @@ class CPDF_StreamAcc; class CFX_SeekableMultiStream : public IFX_SeekableStream { public: - explicit CFX_SeekableMultiStream(const std::vector& streams); + explicit CFX_SeekableMultiStream( + const std::vector& streams); ~CFX_SeekableMultiStream() override; // IFX_SeekableReadStream -- cgit v1.2.3