diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-27 02:35:51 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-27 02:35:51 -0400 |
commit | 06365aac05bb77deb7ef2e6f82d7b6806ee77f92 (patch) | |
tree | a213e1f2fd199fe6e7f26549074920757fd17d6f /src/xact.h | |
parent | fbb0d2583173073e11976c7cd7e570d4829f0621 (diff) | |
download | fork-ledger-06365aac05bb77deb7ef2e6f82d7b6806ee77f92.tar.gz fork-ledger-06365aac05bb77deb7ef2e6f82d7b6806ee77f92.tar.bz2 fork-ledger-06365aac05bb77deb7ef2e6f82d7b6806ee77f92.zip |
Fixed the way item state is parsed and managed
Diffstat (limited to 'src/xact.h')
-rw-r--r-- | src/xact.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -72,8 +72,6 @@ public: virtual ~xact_base_t(); - virtual state_t state() const; - virtual void add_post(post_t * post); virtual bool remove_post(post_t * post); |