diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-06 15:35:16 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-06 15:35:16 -0500 |
commit | f03d386013f220e5b88a056c514c20319c83e9e7 (patch) | |
tree | 107234c2ca0947fac84be819611ff5c0c610dac6 /src/xact.h | |
parent | 312d4c5f5339c61253e86cd9ce825370eb4be053 (diff) | |
parent | 205639669981f1ab9dc355d07c60c123c4da0ca0 (diff) | |
download | fork-ledger-f03d386013f220e5b88a056c514c20319c83e9e7.tar.gz fork-ledger-f03d386013f220e5b88a056c514c20319c83e9e7.tar.bz2 fork-ledger-f03d386013f220e5b88a056c514c20319c83e9e7.zip |
Merge branch 'next'
Diffstat (limited to 'src/xact.h')
-rw-r--r-- | src/xact.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -84,6 +84,8 @@ public: return posts.end(); } + value_t magnitude() const; + virtual bool finalize(); void clear_xdata(); @@ -129,7 +131,6 @@ public: virtual void add_post(post_t * post); - value_t magnitude() const; string idstring() const; string id() const; |