summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-23 00:30:39 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commite4905983d2751b4b0f7ae535cdffee2be7fbf36f (patch)
tree7e97f1f69b7d94ba136b87e12c39ab3cb95e9996 /include
parente5edfc786f0dab9435379a7420c17695128466b2 (diff)
downloadqpdf-e4905983d2751b4b0f7ae535cdffee2be7fbf36f.tar.zst
QPDFJob: convert outfilename 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 cc079fc4..7d0bc3ee 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -310,7 +310,7 @@ class QPDFJob
bool check_is_encrypted;
bool check_requires_password;
std::shared_ptr<char> infilename;
- char const* outfilename;
+ std::shared_ptr<char> outfilename;
// QXXXQ END-PUBLIC
private: