diff options
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, ""); } |