summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-24 01:29:30 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-24 01:29:30 +0200
commita0ff873277b70e3abc1423f390ab63e93280facd (patch)
treecef32e5b6402b6f7dfbae20fd9bd425ce79908fa /src
parentb12a5c89fd8ad6b30c5bd0c782b152d5515ab669 (diff)
C++11 tidying.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.cc b/src/cxml.cc
index b46cd6b..e4435a2 100644
--- a/src/cxml.cc
+++ b/src/cxml.cc
@@ -30,7 +30,7 @@ using std::vector;
using boost::optional;
cxml::Node::Node ()
- : _node (0)
+ : _node (nullptr)
{
}