summaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_RunLength.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_RunLength.hh')
-rw-r--r--include/qpdf/Pl_RunLength.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/Pl_RunLength.hh b/include/qpdf/Pl_RunLength.hh
index 6761bfeb..e93c5fb6 100644
--- a/include/qpdf/Pl_RunLength.hh
+++ b/include/qpdf/Pl_RunLength.hh
@@ -64,7 +64,7 @@ class Pl_RunLength: public Pipeline
unsigned int length;
};
- PointerHolder<Members> m;
+ std::shared_ptr<Members> m;
};
#endif // PL_RUNLENGTH_HH