diff options
author | John Wiegley <johnw@newartisans.com> | 2016-11-12 18:51:11 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2016-11-12 18:51:11 -0800 |
commit | 960f4e809f983263a061b40dd3cbd9408c5f8e1f (patch) | |
tree | 33f4e14b0c6123a50f58d1bdfb148a902bc3b190 /src/output.h | |
parent | f1dc15a4c7de39945cda45fd93e11020921c5c2b (diff) | |
download | fork-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.h | 2 |
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() { |