aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFJob.cc')
-rw-r--r--libqpdf/QPDFJob.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDFJob.cc b/libqpdf/QPDFJob.cc
index 487201f8..ca479812 100644
--- a/libqpdf/QPDFJob.cc
+++ b/libqpdf/QPDFJob.cc
@@ -453,10 +453,10 @@ QPDFJob::doIfVerbose(
}
}
-QPDFJob::Config
+std::shared_ptr<QPDFJob::Config>
QPDFJob::config()
{
- return Config(*this);
+ return std::shared_ptr<Config>(new Config(*this));
}
void