aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Buffer.hh')
-rw-r--r--include/qpdf/Buffer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/Buffer.hh b/include/qpdf/Buffer.hh
index 4bddc1ef..d725006a 100644
--- a/include/qpdf/Buffer.hh
+++ b/include/qpdf/Buffer.hh
@@ -75,7 +75,7 @@ class Buffer
void copy(Buffer const&);
- PointerHolder<Members> m;
+ std::shared_ptr<Members> m;
};
#endif // BUFFER_HH