From: Stephan Bosch Date: Wed, 9 Oct 2019 01:34:13 +0000 (+0200) Subject: iputils.hh: Consistently use nullptr rather than NULL. X-Git-Tag: auth-4.3.0-beta2~20^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a5486eb4605e11c8adff56cd898414ead5505f1;p=thirdparty%2Fpdns.git iputils.hh: Consistently use nullptr rather than NULL. --- diff --git a/pdns/iputils.hh b/pdns/iputils.hh index 11525254e2..9bfb317dfe 100644 --- a/pdns/iputils.hh +++ b/pdns/iputils.hh @@ -574,7 +574,7 @@ private: */ class TreeNode : boost::noncopyable { public: - explicit TreeNode(int bits) noexcept : parent(NULL),d_bits(bits) { + explicit TreeNode(int bits) noexcept : parent(nullptr),d_bits(bits) { } //