From e3ac24301990a77a296d103388a64bea716ce5cd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Apr 2012 02:57:18 -0500 Subject: Started work on a "views" report document model --- src/xact.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/xact.h') 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 code; string payee; +#ifdef DOCUMENT_MODEL + void * data; +#endif + xact_t() { TRACE_CTOR(xact_t, ""); } -- cgit v1.2.3