diff options
author | John Wiegley <johnw@newartisans.com> | 2014-04-14 11:08:26 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-04-14 11:08:26 -0500 |
commit | 0d23e3d4f6ea4e9ec9a70211abb892383b80188e (patch) | |
tree | 1c2d81ce53dd00c6c06a96ea9d41984fd7e3b385 /src/account.h | |
parent | 57870f1be87383bf1bc3d7d9a06e411546fb6801 (diff) | |
download | fork-ledger-0d23e3d4f6ea4e9ec9a70211abb892383b80188e.tar.gz fork-ledger-0d23e3d4f6ea4e9ec9a70211abb892383b80188e.tar.bz2 fork-ledger-0d23e3d4f6ea4e9ec9a70211abb892383b80188e.zip |
Apply any outstanding deferred postings at the end of parsing
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account.h b/src/account.h index 3ce93fba..d1377c39 100644 --- a/src/account.h +++ b/src/account.h @@ -139,6 +139,7 @@ public: void add_post(post_t * post); void add_deferred_post(const string& uuid, post_t * post); + void apply_deferred_posts(); bool remove_post(post_t * post); posts_list::iterator posts_begin() { |