aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index 03035957..86ee470c 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -199,8 +199,7 @@ class QPDFJob
enum remove_unref_e { re_auto, re_yes, re_no };
- char const* password;
- std::shared_ptr<char> password_alloc;
+ std::shared_ptr<char> password;
bool linearize;
bool decrypt;
int split_pages;