aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFLogger.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFLogger.hh')
-rw-r--r--include/qpdf/QPDFLogger.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/qpdf/QPDFLogger.hh b/include/qpdf/QPDFLogger.hh
index 6875721f..2b7c7a9b 100644
--- a/include/qpdf/QPDFLogger.hh
+++ b/include/qpdf/QPDFLogger.hh
@@ -153,8 +153,7 @@ class QPDFLogger
private:
QPDFLogger();
- std::shared_ptr<Pipeline>
- throwIfNull(std::shared_ptr<Pipeline>, bool null_okay);
+ std::shared_ptr<Pipeline> throwIfNull(std::shared_ptr<Pipeline>, bool null_okay);
class Members
{