From 85d784952f8a7c4d8c9e614663ebc5b1eb747384 Mon Sep 17 00:00:00 2001 From: m-holger Date: Sun, 21 May 2023 14:42:34 +0100 Subject: Globally replace 'this->m->' with 'm->' Using search and replace. --- libqpdf/QPDFJob_json.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDFJob_json.cc') diff --git a/libqpdf/QPDFJob_json.cc b/libqpdf/QPDFJob_json.cc index fe81bced..9adfe2b9 100644 --- a/libqpdf/QPDFJob_json.cc +++ b/libqpdf/QPDFJob_json.cc @@ -582,7 +582,7 @@ QPDFJob::initializeFromJson(std::string const& json, bool partial) JSON j = JSON::parse(json); if (!j.checkSchema(JOB_SCHEMA, JSON::f_optional, errors)) { std::ostringstream msg; - msg << this->m->message_prefix << ": job json has errors:"; + msg << m->message_prefix << ": job json has errors:"; for (auto const& error: errors) { msg << std::endl << " " << error; } -- cgit v1.2.3-70-g09d2