Added some missing variable names
This commit is contained in:
parent
196816d5aa
commit
d51d33d788
1 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,8 @@ account_t * journal_t::register_account(const string& name, post_t * post,
|
|||
return result;
|
||||
}
|
||||
|
||||
string journal_t::register_payee(const string& name, xact_t *, const string&)
|
||||
string journal_t::register_payee(const string& name, xact_t * xact,
|
||||
const string& location)
|
||||
{
|
||||
string payee;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue