diff options
Diffstat (limited to 'src/xact.h')
-rw-r--r-- | src/xact.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ public: account(xact.account), amount(xact.amount), cost(xact.cost), + assigned_amount(xact.assigned_amount), xdata_(xact.xdata_) // jww (2008-07-19): What are the copy semantics? { TRACE_CTOR(xact_t, "copy"); |