summaryrefslogtreecommitdiffstats
path: root/src/utils/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r--src/utils/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h
index 2278ce4..801fd70 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -55,7 +55,7 @@ namespace XML
~Document();
/**
- * Returns the root node of the document (or NULL if there was a
+ * Returns the root node of the document (or nullptr if there was a
* load error).
*/
xmlNodePtr rootNode();