From 21c897aad0c3edc6e47e88754ab279e0f076cd06 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 25 Jan 2022 11:07:53 -0500 Subject: QPDFJob: convert a flag in other than the main table --- libqpdf/QPDFJob.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libqpdf/QPDFJob.cc') 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() { - return Config(*this); + return std::shared_ptr(new Config(*this)); } void -- cgit v1.2.3-54-g00ecf