diff options
author | John Wiegley <johnw@newartisans.com> | 2012-05-10 04:01:16 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-05-10 04:01:16 -0500 |
commit | 2bc14c3919ad58d25a348574ac2de5dfa05ee3ee (patch) | |
tree | 2b04b4c98a3c61e7fe67adc10b17b8bbf3b6feb2 /src/account.h | |
parent | 3122182c48f5fb3da437860440bb7ab1b64cc32b (diff) | |
parent | c0fa144ca586bfc3d48d7f2512bb90ebdde148df (diff) | |
download | ledger-2bc14c3919ad58d25a348574ac2de5dfa05ee3ee.tar.gz ledger-2bc14c3919ad58d25a348574ac2de5dfa05ee3ee.tar.bz2 ledger-2bc14c3919ad58d25a348574ac2de5dfa05ee3ee.zip |
Merge branch 't/checkout_cleared' into next
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 2aa3f2eb..b751cb0b 100644 --- a/src/account.h +++ b/src/account.h @@ -183,6 +183,7 @@ public: datetime_t earliest_checkin; datetime_t latest_checkout; + bool latest_checkout_cleared; std::set<path> filenames; std::set<string> accounts_referenced; |