summaryrefslogtreecommitdiff
path: root/xact.h
diff options
context:
space:
mode:
Diffstat (limited to 'xact.h')
-rw-r--r--xact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xact.h b/xact.h
index 62b4e40c..319e4ad8 100644
--- a/xact.h
+++ b/xact.h
@@ -93,6 +93,7 @@ class xact_t : public supports_flags<>, public scope_t
}
xact_t(const xact_t& xact)
: supports_flags<>(xact),
+ scope_t(),
entry(xact.entry),
state(xact.state),
account(xact.account),