aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_Bool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/QPDF_Bool.hh')
-rw-r--r--libqpdf/qpdf/QPDF_Bool.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/QPDF_Bool.hh b/libqpdf/qpdf/QPDF_Bool.hh
index 5da6e87c..87f44251 100644
--- a/libqpdf/qpdf/QPDF_Bool.hh
+++ b/libqpdf/qpdf/QPDF_Bool.hh
@@ -7,7 +7,7 @@ class QPDF_Bool: public QPDFObject
{
public:
QPDF_Bool(bool val);
- virtual ~QPDF_Bool();
+ virtual ~QPDF_Bool() = default;
virtual std::string unparse();
virtual JSON getJSON();
virtual QPDFObject::object_type_e getTypeCode() const;