From 9252c5f1f3d3e34998129be3f7e9f8521ae591f8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 16 Jan 2013 18:14:34 -0600 Subject: Revert "Bug551 fixed, commodities and accounts now sort" This reverts commit 67a598f6ff3b9b19b08af108c8bfe26064728457. --- 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 5ce9dc58..281f69b6 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