Commit 2a1ae0b44cf49720f8376e055b054fb3b701efb5

Authored by Jay Berkenbilt
1 parent 6d62662e

Remove remaining virtual functions from QPDFObject

This doesn't need an explicit destructor anymore.
Showing 1 changed file with 0 additions and 1 deletions
libqpdf/qpdf/QPDFObject.hh
... ... @@ -18,7 +18,6 @@ class QPDFObject
18 18  
19 19 public:
20 20 QPDFObject() = default;
21   - virtual ~QPDFObject() = default;
22 21  
23 22 std::shared_ptr<QPDFObject>
24 23 shallowCopy()
... ...