summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-09-16 05:05:23 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-09-16 05:05:23 -0400
commit41c33a244210e07e47fbbaa81aaf3b1630fbd1be (patch)
tree68b65a5aa49e60d17d5fbbe9e6119aeffc22ebb0 /src/xact.h
parent660c40a6d3f086d0904b755409bf84681f3034d6 (diff)
downloadfork-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xact.h b/src/xact.h
index 70d411ed..91630481 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -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;