diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-13 00:42:25 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-13 00:42:25 -0400 |
commit | 40f553228f5a28034c6635fdcb4c86af28a385ed (patch) | |
tree | 2c40305c9f9841a4c3d453a4a5c49ec69056b4b2 /src/temps.h | |
parent | 556211e623cad88213e5087b5c9c36e754d9aa02 (diff) | |
parent | b1b4e2aadff5983d443d70c09ea86a41b015873f (diff) | |
download | fork-ledger-40f553228f5a28034c6635fdcb4c86af28a385ed.tar.gz fork-ledger-40f553228f5a28034c6635fdcb4c86af28a385ed.tar.bz2 fork-ledger-40f553228f5a28034c6635fdcb4c86af28a385ed.zip |
Merge branch 'next'
Diffstat (limited to 'src/temps.h')
-rw-r--r-- | src/temps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/temps.h b/src/temps.h index 210bbf63..1e7eb69f 100644 --- a/src/temps.h +++ b/src/temps.h @@ -61,13 +61,13 @@ public: return xact_temps->back(); } post_t& copy_post(post_t& origin, xact_t& xact, - account_t * account = NULL); + account_t * account = NULL); post_t& create_post(xact_t& xact, account_t * account); post_t& last_post() { return post_temps->back(); } account_t& create_account(const string& name = "", - account_t * parent = NULL); + account_t * parent = NULL); account_t& last_account() { return acct_temps->back(); } |