summaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_Function.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/Pl_Function.cc')
-rw-r--r--libqpdf/Pl_Function.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/Pl_Function.cc b/libqpdf/Pl_Function.cc
index c75df2a4..00d7f5b0 100644
--- a/libqpdf/Pl_Function.cc
+++ b/libqpdf/Pl_Function.cc
@@ -39,7 +39,7 @@ Pl_Function::Pl_Function(char const* identifier, Pipeline* next, writer_c_char_t
};
}
-Pl_Function::~Pl_Function()
+Pl_Function::~Pl_Function() // NOLINT (modernize-use-equals-default)
{
// Must be explicit and not inline -- see QPDF_DLL_CLASS in README-maintainer
}