aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_OStream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/Pl_OStream.cc')
-rw-r--r--libqpdf/Pl_OStream.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/libqpdf/Pl_OStream.cc b/libqpdf/Pl_OStream.cc
index 28a08bdc..9b1995a4 100644
--- a/libqpdf/Pl_OStream.cc
+++ b/libqpdf/Pl_OStream.cc
@@ -13,10 +13,9 @@ Pl_OStream::Pl_OStream(char const* identifier, std::ostream& os) :
{
}
-Pl_OStream::~Pl_OStream()
+Pl_OStream::~Pl_OStream() // 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