summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-03 13:03:10 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-03 13:03:10 -0400
commit43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a (patch)
treeb8cd70315ef339c785bffecf83a52826def97914 /src/item.h
parent3434650848e500d605447388ef7e069ee1515b72 (diff)
downloadfork-ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.tar.gz
fork-ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.tar.bz2
fork-ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.zip
Removed the global references to session->report.
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/item.h b/src/item.h
index 78052e81..2fd9d0a3 100644
--- a/src/item.h
+++ b/src/item.h
@@ -93,6 +93,8 @@ public:
std::size_t full_end_line;
#endif
+ static bool use_effective_date;
+
item_t(flags_t _flags = ITEM_NORMAL, const optional<string>& _note = none)
: supports_flags<>(_flags),
_state(UNCLEARED), note(_note), journal(NULL), src_idx(0),