summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-02-04 19:47:16 -0500
committerJohn Wiegley <johnw@newartisans.com>2010-02-05 00:00:29 -0500
commit9d61d3d621606f0158a048628c866a692465d886 (patch)
tree797067970e5b81543ece809d03bf5c7170b4a052 /src/post.h
parentb78e22d52b75cafd63678ee786b1653afffa49e6 (diff)
downloadfork-ledger-9d61d3d621606f0158a048628c866a692465d886.tar.gz
fork-ledger-9d61d3d621606f0158a048628c866a692465d886.tar.bz2
fork-ledger-9d61d3d621606f0158a048628c866a692465d886.zip
Added actual_date() methods for items
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post.h b/src/post.h
index a0ab5ffd..cea1aca1 100644
--- a/src/post.h
+++ b/src/post.h
@@ -105,6 +105,7 @@ public:
const optional<mask_t>& value_mask = none) const;
virtual date_t date() const;
+ virtual date_t actual_date() const;
virtual optional<date_t> effective_date() const;
bool must_balance() const {