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 +- src/journal.h | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src') 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 { diff --git a/src/journal.h b/src/journal.h index a7a84447..1f9cf3af 100644 --- a/src/journal.h +++ b/src/journal.h @@ -58,17 +58,17 @@ class account_t; class parse_context_t; class parse_context_stack_t; -typedef std::list xacts_list; -typedef std::list auto_xacts_list; -typedef std::list period_xacts_list; -typedef std::pair payee_mapping_t; -typedef std::list payee_mappings_t; -typedef std::pair account_mapping_t; -typedef std::list account_mappings_t; -typedef std::map accounts_map; -typedef std::map checksum_map_t; -typedef std::multimap tag_check_exprs_map; +typedef std::list xacts_list; +typedef std::list auto_xacts_list; +typedef std::list period_xacts_list; +typedef std::pair payee_mapping_t; +typedef std::list payee_mappings_t; +typedef std::pair account_mapping_t; +typedef std::list account_mappings_t; +typedef std::map accounts_map; +typedef std::map checksum_map_t; + +typedef std::multimap tag_check_exprs_map; class journal_t : public noncopyable { -- cgit v1.2.3