From 04fd1ae24c3be6f9d3400c55bce90c3fd743e96b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 22 Feb 2009 03:14:58 -0400 Subject: Fixed the way values are justified for printing --- src/balance.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/balance.h') diff --git a/src/balance.h b/src/balance.h index 49435767..996132e6 100644 --- a/src/balance.h +++ b/src/balance.h @@ -469,8 +469,10 @@ public: * relative amounts of those commodities. There is no option to * change this behavior. */ - void print(std::ostream& out, const int first_width, - const int latter_width = -1) const; + void print(std::ostream& out, + const int first_width = -1, + const int latter_width = -1, + const bool right_justify = true) const; /** * Debugging methods. There are two methods defined to help with -- cgit v1.2.3