C++11 tidying.
authorCarl Hetherington <cth@carlh.net>
Sat, 23 Oct 2021 23:29:30 +0000 (01:29 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 23 Oct 2021 23:29:30 +0000 (01:29 +0200)
src/cxml.cc

index b46cd6b97b1cb3918d8cb6ac0b981b7c1f468dd7..e4435a2142d83a056ebfd2e2cef6dd0d5112379a 100644 (file)
@@ -30,7 +30,7 @@ using std::vector;
 using boost::optional;
 
 cxml::Node::Node ()
-       : _node (0)
+       : _node (nullptr)
 {
 
 }