diff options
author | John Wiegley <johnw@newartisans.com> | 2012-04-08 02:57:18 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-04-08 05:04:49 -0500 |
commit | e3ac24301990a77a296d103388a64bea716ce5cd (patch) | |
tree | 68c58ebdbdc126255bcc7dccc347418c35f1a26b /src/xact.h | |
parent | ad7ace902c6a1c756ca22d2e67edcc58fe07cd40 (diff) | |
download | fork-ledger-e3ac24301990a77a296d103388a64bea716ce5cd.tar.gz fork-ledger-e3ac24301990a77a296d103388a64bea716ce5cd.tar.bz2 fork-ledger-e3ac24301990a77a296d103388a64bea716ce5cd.zip |
Started work on a "views" report document model
Diffstat (limited to 'src/xact.h')
-rw-r--r-- | src/xact.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -109,6 +109,10 @@ public: optional<string> code; string payee; +#ifdef DOCUMENT_MODEL + void * data; +#endif + xact_t() { TRACE_CTOR(xact_t, ""); } |