diff options
author | John Wiegley <johnw@newartisans.com> | 2008-09-16 05:05:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-09-16 05:05:23 -0400 |
commit | 41c33a244210e07e47fbbaa81aaf3b1630fbd1be (patch) | |
tree | 68b65a5aa49e60d17d5fbbe9e6119aeffc22ebb0 /src/xact.h | |
parent | 660c40a6d3f086d0904b755409bf84681f3034d6 (diff) | |
download | fork-ledger-41c33a244210e07e47fbbaa81aaf3b1630fbd1be.tar.gz fork-ledger-41c33a244210e07e47fbbaa81aaf3b1630fbd1be.tar.bz2 fork-ledger-41c33a244210e07e47fbbaa81aaf3b1630fbd1be.zip |
Restored --cleared, --pending, --uncleared, -X and -Y.
Diffstat (limited to 'src/xact.h')
-rw-r--r-- | src/xact.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ public: #define XACT_GENERATED 0x0020 // transaction was not found in a journal #define XACT_TEMP 0x0040 // transaction is a temporary object - enum state_t { UNCLEARED, CLEARED, PENDING }; + enum state_t { UNCLEARED = 0, CLEARED, PENDING }; entry_t * entry; account_t * account; |