From d0682f0f609e979ba085d93a1a0d8e0559f739bb Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 20 May 2023 12:46:50 +0100 Subject: Use nullptr instead of 0 or NULL --- examples/qpdfjob-remove-annotations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/qpdfjob-remove-annotations.cc') diff --git a/examples/qpdfjob-remove-annotations.cc b/examples/qpdfjob-remove-annotations.cc index fd8754d5..5334e7dc 100644 --- a/examples/qpdfjob-remove-annotations.cc +++ b/examples/qpdfjob-remove-annotations.cc @@ -11,7 +11,7 @@ // The example is a full copy of the qpdf program modified to allways remove all // annotations from the final output. -static char const* whoami = 0; +static char const* whoami = nullptr; static void usageExit(std::string const& msg) -- cgit v1.2.3-70-g09d2