summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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: