diff options
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h index d97df2e0..f9fd2f52 100644 --- a/src/account.h +++ b/src/account.h @@ -97,7 +97,7 @@ class account_t : public scope_t return fullname(); } string fullname() const; - string partial_name() const; + string partial_name(bool flat = false) const; void add_account(account_t * acct) { accounts.insert(accounts_map::value_type(acct->name, acct)); |