summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-08 02:57:18 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-08 05:04:49 -0500
commite3ac24301990a77a296d103388a64bea716ce5cd (patch)
tree68c58ebdbdc126255bcc7dccc347418c35f1a26b /src/xact.h
parentad7ace902c6a1c756ca22d2e67edcc58fe07cd40 (diff)
downloadfork-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xact.h b/src/xact.h
index ce00242e..0000e9c6 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -109,6 +109,10 @@ public:
optional<string> code;
string payee;
+#ifdef DOCUMENT_MODEL
+ void * data;
+#endif
+
xact_t() {
TRACE_CTOR(xact_t, "");
}