aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_DCT.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_DCT.hh')
-rw-r--r--include/qpdf/Pl_DCT.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/Pl_DCT.hh b/include/qpdf/Pl_DCT.hh
index 543967ec..9352091f 100644
--- a/include/qpdf/Pl_DCT.hh
+++ b/include/qpdf/Pl_DCT.hh
@@ -57,7 +57,7 @@ class QPDF_DLL_CLASS Pl_DCT: public Pipeline
JDIMENSION image_height,
int components,
J_COLOR_SPACE color_space,
- CompressConfig* config_callback = 0);
+ CompressConfig* config_callback = nullptr);
QPDF_DLL
virtual ~Pl_DCT();
@@ -91,7 +91,7 @@ class QPDF_DLL_CLASS Pl_DCT: public Pipeline
JDIMENSION image_height = 0,
int components = 1,
J_COLOR_SPACE color_space = JCS_GRAYSCALE,
- CompressConfig* config_callback = 0);
+ CompressConfig* config_callback = nullptr);
Members(Members const&) = delete;
action_e action;