From 363fb6d55823cb84f49735e795232837a40a4f0c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 3 Aug 2008 00:22:55 -0400 Subject: Got date, payee and accounts back into the register report. --- session.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'session.cc') diff --git a/session.cc b/session.cc index 68db4fd0..3bafd43c 100644 --- a/session.cc +++ b/session.cc @@ -30,6 +30,7 @@ */ #include "session.h" +#include "report.h" #include "walk.h" namespace ledger { @@ -113,6 +114,11 @@ session_t::session_t() TRACE_CTOR(session_t, ""); } +session_t::~session_t() +{ + TRACE_DTOR(session_t); +} + std::size_t session_t::read_journal(journal_t& journal, std::istream& in, const path& pathname, -- cgit v1.2.3