summaryrefslogtreecommitdiff
path: root/src/print.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-11 16:03:50 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-11 17:02:25 -0400
commitdea2aed0b509734ec4e1cd163ac2a4f013000da2 (patch)
tree7908da76c67ae5172882306a319bf26df81b73b4 /src/print.h
parentd580079df892c30d023b3211d6c4611c17b11f8f (diff)
downloadfork-ledger-dea2aed0b509734ec4e1cd163ac2a4f013000da2.tar.gz
fork-ledger-dea2aed0b509734ec4e1cd163ac2a4f013000da2.tar.bz2
fork-ledger-dea2aed0b509734ec4e1cd163ac2a4f013000da2.zip
Untabified all source files
Diffstat (limited to 'src/print.h')
-rw-r--r--src/print.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/print.h b/src/print.h
index f6ef0868..edfe864d 100644
--- a/src/print.h
+++ b/src/print.h
@@ -55,14 +55,14 @@ class report_t;
class print_xacts : public item_handler<post_t>
{
protected:
- typedef std::list<xact_t *> xacts_list;
+ typedef std::list<xact_t *> xacts_list;
typedef std::map<xact_t *, bool> xacts_present_map;
- report_t& report;
+ report_t& report;
xacts_present_map xacts_present;
- xacts_list xacts;
- bool print_raw;
- bool first_title;
+ xacts_list xacts;
+ bool print_raw;
+ bool first_title;
public:
print_xacts(report_t& _report, bool _print_raw = false)