From f0508a9f86be63fc4f98e9943ce2f226339e6309 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 2 May 2007 04:46:06 +0000 Subject: In the middle of revising commodities. --- src/journal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/journal.h') diff --git a/src/journal.h b/src/journal.h index 5ac7c48c..f9393677 100644 --- a/src/journal.h +++ b/src/journal.h @@ -32,15 +32,15 @@ class transaction_t enum state_t { UNCLEARED, CLEARED, PENDING }; entry_t * entry; + unsigned short flags; + state_t state; + account_t * account; optional _date; optional _date_eff; - account_t * account; optional amount; optional amount_expr; optional cost; optional cost_expr; - state_t state; - unsigned short flags; optional note; unsigned long beg_pos; unsigned long beg_line; -- cgit v1.2.3