From b2b0ae37e82fe6c480b7e6527e67cce168687679 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Nov 2009 03:32:10 -0500 Subject: session_t now holds a std::auto_prt --- src/session.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index bde37f46..5c4612a0 100644 --- a/src/session.h +++ b/src/session.h @@ -58,9 +58,9 @@ class session_t : public symbol_scope_t friend void set_session_context(session_t * session); public: - bool flush_on_next_data_file; - date_t::year_type current_year; - shared_ptr journal; + bool flush_on_next_data_file; + date_t::year_type current_year; + std::auto_ptr journal; explicit session_t(); virtual ~session_t() { -- cgit v1.2.3