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_Flate.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libqpdf/Pl_Flate.cc') diff --git a/libqpdf/Pl_Flate.cc b/libqpdf/Pl_Flate.cc index b8bdc185..05a3bbcf 100644 --- a/libqpdf/Pl_Flate.cc +++ b/libqpdf/Pl_Flate.cc @@ -65,6 +65,8 @@ Pl_Flate::Pl_Flate( Pl_Flate::~Pl_Flate() { + // Must be explicit and not inline -- see QPDF_DLL_CLASS in + // README-maintainer } void -- cgit v1.2.3-54-g00ecf