diff options
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amount.h b/src/amount.h index 0943a4c0..a9077a4b 100644 --- a/src/amount.h +++ b/src/amount.h @@ -640,6 +640,7 @@ public: of its commodity's display precision. */ void print(std::ostream& out) const; + void right_justify(std::ostream& out, int width) const; /*@}*/ |