summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_seekablemultistream.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/cfx_seekablemultistream.h')
-rw-r--r--core/fxcrt/cfx_seekablemultistream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_seekablemultistream.h b/core/fxcrt/cfx_seekablemultistream.h
index 4bd26b9863..ac15386b99 100644
--- a/core/fxcrt/cfx_seekablemultistream.h
+++ b/core/fxcrt/cfx_seekablemultistream.h
@@ -15,7 +15,7 @@
class CPDF_Stream;
class CPDF_StreamAcc;
-class CFX_SeekableMultiStream : public IFX_SeekableStream {
+class CFX_SeekableMultiStream final : public IFX_SeekableStream {
public:
explicit CFX_SeekableMultiStream(
const std::vector<const CPDF_Stream*>& streams);