diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-12 14:29:08 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-12 14:29:08 -0500 |
commit | bfd9ecf2af079894f95bac365818c9548f561039 (patch) | |
tree | dce7e13ec7ad8f18bc628efe511d17e94bc3e16d /src/session.h | |
parent | a034435c4287aba7fd32ed63a745e560350c924a (diff) | |
parent | 49a356f2d260ed0cc071ca1aa82027bd325b0b8b (diff) | |
download | ledger-bfd9ecf2af079894f95bac365818c9548f561039.tar.gz ledger-bfd9ecf2af079894f95bac365818c9548f561039.tar.bz2 ledger-bfd9ecf2af079894f95bac365818c9548f561039.zip |
Merge branch 'next'
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 6 |
1 files changed, 3 insertions, 3 deletions
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_t> journal; + bool flush_on_next_data_file; + date_t::year_type current_year; + std::auto_ptr<journal_t> journal; explicit session_t(); virtual ~session_t() { |