aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFLogger.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFLogger.cc')
-rw-r--r--libqpdf/QPDFLogger.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/libqpdf/QPDFLogger.cc b/libqpdf/QPDFLogger.cc
index 76c3c70c..a704ea75 100644
--- a/libqpdf/QPDFLogger.cc
+++ b/libqpdf/QPDFLogger.cc
@@ -12,8 +12,7 @@ namespace
{
public:
Pl_Track(char const* identifier, Pipeline* next) :
- Pipeline(identifier, next),
- used(false)
+ Pipeline(identifier, next)
{
}
@@ -37,7 +36,7 @@ namespace
}
private:
- bool used;
+ bool used{false};
};
}; // namespace