From ae3642ce42e23bc454ee81e6383100b696670b37 Mon Sep 17 00:00:00 2001 From: m-holger Date: Thu, 1 Jun 2023 14:47:36 +0100 Subject: Code tidy - Clang-Tidy rule modernize-use-equals-default --- libqpdf/Pl_DCT.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/Pl_DCT.cc') diff --git a/libqpdf/Pl_DCT.cc b/libqpdf/Pl_DCT.cc index f82fc2aa..042d3977 100644 --- a/libqpdf/Pl_DCT.cc +++ b/libqpdf/Pl_DCT.cc @@ -75,7 +75,7 @@ Pl_DCT::Pl_DCT( { } -Pl_DCT::~Pl_DCT() +Pl_DCT::~Pl_DCT() // NOLINT (modernize-use-equals-default) { // Must be explicit and not inline -- see QPDF_DLL_CLASS in README-maintainer } -- cgit v1.2.3-70-g09d2