From 8276b51f5692796bfdf75dd64f709e0de1c7caaf Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 31 Jul 2008 04:28:58 -0400 Subject: A new binary_cache_t object has been creating to manage saving and restoring a Ledger session from a cache file. It doesn't work at all yet, though at least the major structures are in place now. --- walk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'walk.h') diff --git a/walk.h b/walk.h index 176a34bf..cb13a826 100644 --- a/walk.h +++ b/walk.h @@ -507,8 +507,8 @@ class collapse_xacts : public item_handler xact_t * last_xact; account_t totals_account; - std::list entry_temps; - std::list xact_temps; + std::list entry_temps; + std::list xact_temps; collapse_xacts(); -- cgit v1.2.3