summaryrefslogtreecommitdiff
path: root/src/output.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2016-11-12 18:51:11 -0800
committerJohn Wiegley <johnw@newartisans.com>2016-11-12 18:51:11 -0800
commit960f4e809f983263a061b40dd3cbd9408c5f8e1f (patch)
tree33f4e14b0c6123a50f58d1bdfb148a902bc3b190 /src/output.h
parentf1dc15a4c7de39945cda45fd93e11020921c5c2b (diff)
downloadfork-ledger-960f4e809f983263a061b40dd3cbd9408c5f8e1f.tar.gz
fork-ledger-960f4e809f983263a061b40dd3cbd9408c5f8e1f.tar.bz2
fork-ledger-960f4e809f983263a061b40dd3cbd9408c5f8e1f.zip
Fix 1043
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/output.h b/src/output.h
index e8c45337..ea474e2b 100644
--- a/src/output.h
+++ b/src/output.h
@@ -51,6 +51,7 @@ namespace ledger {
class xact_t;
class post_t;
+class item_t;
class report_t;
class format_posts : public item_handler<post_t>
@@ -208,6 +209,7 @@ public:
}
virtual void flush();
+ virtual void gather_metadata(item_t& item);
virtual void operator()(post_t& post);
virtual void clear() {