aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_DCT.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_DCT.hh')
-rw-r--r--include/qpdf/Pl_DCT.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/Pl_DCT.hh b/include/qpdf/Pl_DCT.hh
index 55ca4ff9..9481fee9 100644
--- a/include/qpdf/Pl_DCT.hh
+++ b/include/qpdf/Pl_DCT.hh
@@ -106,7 +106,7 @@ class Pl_DCT: public Pipeline
CompressConfig* config_callback;
};
- PointerHolder<Members> m;
+ std::shared_ptr<Members> m;
};
#endif // PL_DCT_HH