diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-01 06:01:11 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-01 06:01:11 -0500 |
commit | de3893a08a9d85e672a09f21f20bc3148a4933b8 (patch) | |
tree | c8fb045229f4c2cc51bbb5408203020a1eccc19a /src/scope.h | |
parent | 09e5b00e9268ebb9c71b63660e62e5d0b98c776f (diff) | |
download | fork-ledger-de3893a08a9d85e672a09f21f20bc3148a4933b8.tar.gz fork-ledger-de3893a08a9d85e672a09f21f20bc3148a4933b8.tar.bz2 fork-ledger-de3893a08a9d85e672a09f21f20bc3148a4933b8.zip |
Added missing TRACE_CTOR calls
Diffstat (limited to 'src/scope.h')
-rw-r--r-- | src/scope.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scope.h b/src/scope.h index fc330ba0..7f2680d6 100644 --- a/src/scope.h +++ b/src/scope.h @@ -219,7 +219,9 @@ public: #if defined(HAVE_BOOST_SERIALIZATION) private: - explicit call_scope_t() {} + explicit call_scope_t() { + TRACE_CTOR(call_scope_t, ""); + } /** Serialization. */ |