From 02c88132cfbd69a65f5f27c0c7efbf459a375283 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 8 May 2007 03:43:51 +0000 Subject: Added --enable-boost-sd for linking about the static/debug variant of Boost. --- src/xml.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml.cc') 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) -- cgit v1.2.3