aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/SF_DCTDecode.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/SF_DCTDecode.hh')
-rw-r--r--libqpdf/qpdf/SF_DCTDecode.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/SF_DCTDecode.hh b/libqpdf/qpdf/SF_DCTDecode.hh
index 997ba89a..619cf9c4 100644
--- a/libqpdf/qpdf/SF_DCTDecode.hh
+++ b/libqpdf/qpdf/SF_DCTDecode.hh
@@ -9,7 +9,7 @@ class SF_DCTDecode: public QPDFStreamFilter
{
public:
SF_DCTDecode() = default;
- virtual ~SF_DCTDecode() = default;
+ ~SF_DCTDecode() override = default;
Pipeline*
getDecodePipeline(Pipeline* next) override