From 07cca71893ef82e4199dc0dcadba25cc0185c4ed Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 27 Oct 2009 21:33:33 -0400 Subject: Renamed two methods, for consistency's sake --- src/account.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/account.h') diff --git a/src/account.h b/src/account.h index 428f6c63..8c276c8a 100644 --- a/src/account.h +++ b/src/account.h @@ -222,8 +222,8 @@ public: return *xdata_; } - value_t self_total(const optional& expr = none) const; - value_t family_total(const optional& expr = none) const; + value_t amount(const optional& expr = none) const; + value_t total(const optional& expr = none) const; const xdata_t::details_t& self_details(bool gather_all = true) const; const xdata_t::details_t& family_details(bool gather_all = true) const; -- cgit v1.2.3