From cbd66ba1c9805f03a5682f78ee1f830de8266fa4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Feb 2009 15:32:38 -0400 Subject: Changed "priced" to "cost_calculated" for clarity --- src/post.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index 4455559a..175b6cbb 100644 --- a/src/post.h +++ b/src/post.h @@ -64,10 +64,10 @@ typedef std::list posts_list; class post_t : public item_t { public: -#define POST_VIRTUAL 0x10 // the account was specified with (parens) -#define POST_MUST_BALANCE 0x20 // posting must balance in the transaction -#define POST_CALCULATED 0x40 // posting's amount was calculated -#define POST_PRICED 0x80 // posting's cost was calculated +#define POST_VIRTUAL 0x10 // the account was specified with (parens) +#define POST_MUST_BALANCE 0x20 // posting must balance in the transaction +#define POST_CALCULATED 0x40 // posting's amount was calculated +#define POST_COST_CALCULATED 0x80 // posting's cost was calculated xact_t * xact; // only set for posts of regular xacts account_t * account; -- cgit v1.2.3