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_Count.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/Pl_Count.cc') diff --git a/libqpdf/Pl_Count.cc b/libqpdf/Pl_Count.cc index 07bb2654..4a0d6cef 100644 --- a/libqpdf/Pl_Count.cc +++ b/libqpdf/Pl_Count.cc @@ -14,7 +14,7 @@ Pl_Count::Pl_Count(char const* identifier, Pipeline* next) : { } -Pl_Count::~Pl_Count() +Pl_Count::~Pl_Count() // NOLINT (modernize-use-equals-default) { // Must be explicit and not inline -- see QPDF_DLL_CLASS in README-maintainer } -- cgit v1.2.3-54-g00ecf