aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_Flate.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-06-01 16:21:32 +0200
committerm-holger <m-holger@kubitscheck.org>2023-06-09 16:52:56 +0200
commit0ac005f0d96b427d1ddc92af5805aa05bfe86aca (patch)
treee6044b6d90856b154a6f9cdcb1636b4fca4a4919 /include/qpdf/Pl_Flate.hh
parentae3642ce42e23bc454ee81e6383100b696670b37 (diff)
downloadqpdf-0ac005f0d96b427d1ddc92af5805aa05bfe86aca.tar.zst
Code tidy - Clang-Tidy rule modernize-use-override
Diffstat (limited to 'include/qpdf/Pl_Flate.hh')
-rw-r--r--include/qpdf/Pl_Flate.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/qpdf/Pl_Flate.hh b/include/qpdf/Pl_Flate.hh
index c31d4a0b..14009b2a 100644
--- a/include/qpdf/Pl_Flate.hh
+++ b/include/qpdf/Pl_Flate.hh
@@ -40,12 +40,12 @@ class QPDF_DLL_CLASS Pl_Flate: public Pipeline
action_e action,
unsigned int out_bufsize = def_bufsize);
QPDF_DLL
- virtual ~Pl_Flate();
+ ~Pl_Flate() override;
QPDF_DLL
- virtual void write(unsigned char const* data, size_t len);
+ void write(unsigned char const* data, size_t len) override;
QPDF_DLL
- virtual void finish();
+ void finish() override;
// Globally set compression level from 1 (fastest, least
// compression) to 9 (slowest, most compression). Use -1 to set