diff options
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/value.h b/src/value.h index 5fb78cb4..546707f0 100644 --- a/src/value.h +++ b/src/value.h @@ -890,9 +890,10 @@ public: * Printing methods. */ void print(std::ostream& out, - const int first_width = - 1, - const int latter_width = -1, - const optional<string>& date_format = none) const; + const int first_width = -1, + const int latter_width = -1, + const bool right_justify = false, + const optional<string>& date_format = none) const; void dump(std::ostream& out, const bool relaxed = true) const; /** |