diff options
Diffstat (limited to 'src/balance.h')
-rw-r--r-- | src/balance.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 |