aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFJob.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFJob.hh')
-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