From c0fa144ca586bfc3d48d7f2512bb90ebdde148df Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 7 May 2012 01:53:53 -0500 Subject: Added "last_checkout_cleared" valexpr variable --- src/account.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/account.h') 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 filenames; std::set accounts_referenced; -- cgit v1.2.3