summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_RC4.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/Pl_RC4.hh')
-rw-r--r--libqpdf/qpdf/Pl_RC4.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/Pl_RC4.hh b/libqpdf/qpdf/Pl_RC4.hh
index 4154c18c..fe5c3d9e 100644
--- a/libqpdf/qpdf/Pl_RC4.hh
+++ b/libqpdf/qpdf/Pl_RC4.hh
@@ -27,7 +27,7 @@ class Pl_RC4: public Pipeline
virtual void finish();
private:
- PointerHolder<unsigned char> outbuf;
+ std::shared_ptr<unsigned char> outbuf;
size_t out_bufsize;
RC4 rc4;
};