summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xml.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.cc b/src/xml.cc
index fbc40560..2b84cb52 100644
--- a/src/xml.cc
+++ b/src/xml.cc
@@ -151,7 +151,7 @@ void document_t::print(std::ostream& out) const
}
#ifndef THREADSAFE
-document_t * node_t::document;
+document_t * node_t::document = NULL;
#endif
node_t::node_t(document_t * _document, parent_node_t * _parent, flags_t _flags)