aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_RunLength.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/Pl_RunLength.cc')
-rw-r--r--libqpdf/Pl_RunLength.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/libqpdf/Pl_RunLength.cc b/libqpdf/Pl_RunLength.cc
index b92e2756..86e4b684 100644
--- a/libqpdf/Pl_RunLength.cc
+++ b/libqpdf/Pl_RunLength.cc
@@ -10,10 +10,6 @@ Pl_RunLength::Members::Members(action_e action) :
{
}
-Pl_RunLength::Members::~Members()
-{
-}
-
Pl_RunLength::Pl_RunLength(
char const* identifier, Pipeline* next, action_e action) :
Pipeline(identifier, next),
@@ -23,6 +19,8 @@ Pl_RunLength::Pl_RunLength(
Pl_RunLength::~Pl_RunLength()
{
+ // Must be explicit and not inline -- see QPDF_DLL_CLASS in
+ // README-maintainer
}
void