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. --- session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session.cc') diff --git a/session.cc b/session.cc index 18435fe6..bb70862f 100644 --- a/session.cc +++ b/session.cc @@ -234,7 +234,7 @@ namespace { account_t * session_t::find_account_re(const string& regexp) { - return find_account_re_(master, mask_t(regexp)); + return find_account_re_(master.get(), mask_t(regexp)); } void session_t::clean_xacts() -- cgit v1.2.3