From f9da94c909c57f416bec0266dd20b931f556a7a9 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Tue, 29 Jan 2013 10:03:47 -0700 Subject: Fixes bug 514. accounts and commodities output now sorts updated tests included. --- src/output.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 281f69b6..5ce9dc58 100644 --- a/src/output.h +++ b/src/output.h @@ -142,7 +142,7 @@ class report_accounts : public item_handler protected: report_t& report; - std::map accounts; + std::map accounts; typedef std::map::value_type accounts_pair; @@ -194,7 +194,7 @@ class report_commodities : public item_handler protected: report_t& report; - std::map commodities; + std::map commodities; typedef std::map::value_type commodities_pair; -- cgit v1.2.3