summaryrefslogtreecommitdiff
path: root/src/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/output.h b/src/output.h
index e8c45337..f7dd98b8 100644
--- a/src/output.h
+++ b/src/output.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2016, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2018, John Wiegley. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -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() {