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