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 c0e3e1f7..2aa3f2eb 100644 --- a/src/account.h +++ b/src/account.h @@ -51,7 +51,7 @@ class xact_t; class post_t; typedef std::list<post_t *> posts_list; -typedef std::map<const string, account_t *> accounts_map; +typedef std::map<string, account_t *> accounts_map; class account_t : public supports_flags<>, public scope_t { |