aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-23 00:27:14 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commite5edfc786f0dab9435379a7420c17695128466b2 (patch)
tree8b1cfc6a55dcff64683afb2463a8987737f103d9 /include
parentee7824cf28536b8acf5f47aa76ced348df5f6d35 (diff)
downloadqpdf-e5edfc786f0dab9435379a7420c17695128466b2.tar.zst
QPDFJob: convert infilename to shared pointer
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index ddfab269..cc079fc4 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -309,7 +309,7 @@ class QPDFJob
bool replace_input;
bool check_is_encrypted;
bool check_requires_password;
- char const* infilename;
+ std::shared_ptr<char> infilename;
char const* outfilename;
// QXXXQ END-PUBLIC