From 1e572d508d27738142dd5e80ea6745043eed8f18 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Apr 2012 02:39:23 -0500 Subject: Add 'data' member to account/journal objects --- src/xact.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/xact.cc') diff --git a/src/xact.cc b/src/xact.cc index 8085b104..3f4b753c 100644 --- a/src/xact.cc +++ b/src/xact.cc @@ -487,6 +487,9 @@ bool xact_base_t::verify() xact_t::xact_t(const xact_t& e) : xact_base_t(e), code(e.code), payee(e.payee) +#ifdef DOCUMENT_MODEL + , data(NULL) +#endif { TRACE_CTOR(xact_t, "copy"); } -- cgit v1.2.3