diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-12 03:30:41 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-12 03:30:41 -0400 |
commit | c8cd2c468e202f07af187590dcdc07935b6918f6 (patch) | |
tree | 397504912c30945f3bc607778d3471c1a41ccdd7 /src/xact.h | |
parent | bb243e2c5e68a04d0da4c8c20a74b5b8acf7ecdb (diff) | |
download | fork-ledger-c8cd2c468e202f07af187590dcdc07935b6918f6.tar.gz fork-ledger-c8cd2c468e202f07af187590dcdc07935b6918f6.tar.bz2 fork-ledger-c8cd2c468e202f07af187590dcdc07935b6918f6.zip |
Re-enabled some code, and removed a bunch of deadwood.
Diffstat (limited to 'src/xact.h')
-rw-r--r-- | src/xact.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ public: amount(xact.amount), cost(xact.cost), assigned_amount(xact.assigned_amount), - xdata_(xact.xdata_) // jww (2008-07-19): What are the copy semantics? + xdata_(xact.xdata_) { TRACE_CTOR(xact_t, "copy"); } |