summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h
index fa077bbc..ad59a5b8 100644
--- a/src/account.h
+++ b/src/account.h
@@ -177,7 +177,7 @@ class account_t : public scope_t
return *xdata_;
}
- void calculate_sums();
+ void calculate_sums(expr_t& amount_expr);
};
std::ostream& operator<<(std::ostream& out, const account_t& account);