diff options
Diffstat (limited to 'src/balance.h')
-rw-r--r-- | src/balance.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/balance.h b/src/balance.h index 5c00c55a..496b53b7 100644 --- a/src/balance.h +++ b/src/balance.h @@ -530,11 +530,10 @@ public: * relative amounts of those commodities. There is no option to * change this behavior. */ - void print(std::ostream& out, - const int first_width = -1, - const int latter_width = -1, - const bool right_justify = false, - const bool colorize = false) const; + void print(std::ostream& out, + const int first_width = -1, + const int latter_width = -1, + const uint_least8_t flags = AMOUNT_PRINT_NO_FLAGS) const; /** * Debugging methods. There are two methods defined to help with |