summaryrefslogtreecommitdiff
path: root/derive.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-27 00:10:35 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-27 00:10:35 -0400
commit713f89679070e2fe2aa529c4eade1f9efd697898 (patch)
tree775d1e7ba478399385914d38cde41a06e9e7753e /derive.h
parent162d982b0cf1a5ac2e67012a3b8eadae3c1ac59f (diff)
downloadfork-ledger-713f89679070e2fe2aa529c4eade1f9efd697898.tar.gz
fork-ledger-713f89679070e2fe2aa529c4eade1f9efd697898.tar.bz2
fork-ledger-713f89679070e2fe2aa529c4eade1f9efd697898.zip
A large body of work to get the register report printing again, but still
fails due to the fact that 2.x value expression syntax is not restored.
Diffstat (limited to 'derive.h')
-rw-r--r--derive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/derive.h b/derive.h
index 0df7f231..24604d1d 100644
--- a/derive.h
+++ b/derive.h
@@ -1,11 +1,11 @@
#ifndef _DERIVE_H
#define _DERIVE_H
-#include "journal.h"
+#include "report.h"
namespace ledger {
-entry_t * derive_new_entry(journal_t& journal,
+entry_t * derive_new_entry(report_t& report,
strings_list::iterator begin,
strings_list::iterator end);