diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-03 13:03:10 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-03 13:03:10 -0400 |
commit | 43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a (patch) | |
tree | b8cd70315ef339c785bffecf83a52826def97914 /src/item.h | |
parent | 3434650848e500d605447388ef7e069ee1515b72 (diff) | |
download | fork-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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), |