From cdd0b4fb7d48b32686d56364cf170569bdb0149d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 15 Apr 2022 19:44:07 -0400 Subject: Use = default and = delete where possible in classes --- libqpdf/Pl_Count.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libqpdf/Pl_Count.cc') diff --git a/libqpdf/Pl_Count.cc b/libqpdf/Pl_Count.cc index 067f7cdb..fb135723 100644 --- a/libqpdf/Pl_Count.cc +++ b/libqpdf/Pl_Count.cc @@ -8,10 +8,6 @@ Pl_Count::Members::Members() : { } -Pl_Count::Members::~Members() -{ -} - Pl_Count::Pl_Count(char const* identifier, Pipeline* next) : Pipeline(identifier, next), m(new Members()) @@ -20,6 +16,8 @@ Pl_Count::Pl_Count(char const* identifier, Pipeline* next) : Pl_Count::~Pl_Count() { + // Must be explicit and not inline -- see QPDF_DLL_CLASS in + // README-maintainer } void -- cgit v1.2.3-70-g09d2