summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xact.h b/src/xact.h
index a3c639b9..41e58545 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -196,15 +196,13 @@ public:
virtual void parse_tags(const char * p,
scope_t&,
- bool overwrite_existing = true,
- optional<date_t::year_type> = none) {
+ bool overwrite_existing = true) {
if (! deferred_notes)
deferred_notes = deferred_notes_list();
deferred_notes->push_back(deferred_tag_data_t(p, overwrite_existing));
}
- virtual void extend_xact(xact_base_t& xact,
- optional<date_t::year_type> current_year);
+ virtual void extend_xact(xact_base_t& xact);
#if defined(HAVE_BOOST_SERIALIZATION)
private: