summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-29 15:35:20 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-29 15:35:20 -0500
commit08f65eeadc288ecde4b8fb281e477958c8ae7cd5 (patch)
treed16320cdc4a6b9b5c475dc83106368a81362ca3e /src/scope.h
parentef7cab0830637828334fae0a9ad37d20f8e75176 (diff)
downloadfork-ledger-08f65eeadc288ecde4b8fb281e477958c8ae7cd5.tar.gz
fork-ledger-08f65eeadc288ecde4b8fb281e477958c8ae7cd5.tar.bz2
fork-ledger-08f65eeadc288ecde4b8fb281e477958c8ae7cd5.zip
Allow serialization to be enabled again
Diffstat (limited to 'src/scope.h')
-rw-r--r--src/scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scope.h b/src/scope.h
index acaf7194..c43d73d6 100644
--- a/src/scope.h
+++ b/src/scope.h
@@ -483,7 +483,7 @@ public:
#if defined(HAVE_BOOST_SERIALIZATION)
protected:
- explicit call_scope_t() {
+ explicit call_scope_t() : depth(0) {
TRACE_CTOR(call_scope_t, "");
}