summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scope.h')
-rw-r--r--src/scope.h4
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. */