summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)
{
}