summaryrefslogtreecommitdiff
path: root/src/xml.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-08 03:43:51 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:41 -0400
commit02c88132cfbd69a65f5f27c0c7efbf459a375283 (patch)
tree7dadfae7fce709a7faf4ca6fd85511fb9a3824ab /src/xml.cc
parent0c10d1c3fdf4fa17e9880d318ee37c4b45d0daf2 (diff)
downloadfork-ledger-02c88132cfbd69a65f5f27c0c7efbf459a375283.tar.gz
fork-ledger-02c88132cfbd69a65f5f27c0c7efbf459a375283.tar.bz2
fork-ledger-02c88132cfbd69a65f5f27c0c7efbf459a375283.zip
Added --enable-boost-sd for linking about the static/debug variant of Boost.
Diffstat (limited to 'src/xml.cc')
-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)