From 9d61d3d621606f0158a048628c866a692465d886 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 4 Feb 2010 19:47:16 -0500 Subject: Added actual_date() methods for items --- src/post.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/post.h') 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& value_mask = none) const; virtual date_t date() const; + virtual date_t actual_date() const; virtual optional effective_date() const; bool must_balance() const { -- cgit v1.2.3