aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_Function.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/Pl_Function.cc')
-rw-r--r--libqpdf/Pl_Function.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/libqpdf/Pl_Function.cc b/libqpdf/Pl_Function.cc
index 2cb22926..00d7f5b0 100644
--- a/libqpdf/Pl_Function.cc
+++ b/libqpdf/Pl_Function.cc
@@ -39,10 +39,9 @@ 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
+ // Must be explicit and not inline -- see QPDF_DLL_CLASS in README-maintainer
}
void