From 08a7f5ae0768af77c8e4be0a1094c90b6ce11092 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 28 Apr 2012 05:23:49 -0500 Subject: Changed a const string map key to string --- src/account.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/account.h') 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 posts_list; -typedef std::map accounts_map; +typedef std::map accounts_map; class account_t : public supports_flags<>, public scope_t { -- cgit v1.2.3