aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-01 23:53:04 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-02 00:19:48 +0200
commit2a1ae0b44cf49720f8376e055b054fb3b701efb5 (patch)
treee6249b80a299e3a53d87b6517ed89aac67dd0b04
parent6d62662e2d04ce9134a432d49accb2dcac6b79fa (diff)
downloadqpdf-2a1ae0b44cf49720f8376e055b054fb3b701efb5.tar.zst
Remove remaining virtual functions from QPDFObject
This doesn't need an explicit destructor anymore.
-rw-r--r--libqpdf/qpdf/QPDFObject.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/libqpdf/qpdf/QPDFObject.hh b/libqpdf/qpdf/QPDFObject.hh
index d0006ec9..0ed0fd4e 100644
--- a/libqpdf/qpdf/QPDFObject.hh
+++ b/libqpdf/qpdf/QPDFObject.hh
@@ -18,7 +18,6 @@ class QPDFObject
public:
QPDFObject() = default;
- virtual ~QPDFObject() = default;
std::shared_ptr<QPDFObject>
shallowCopy()