diff options
Diffstat (limited to 'format.h')
-rw-r--r-- | format.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ struct format_t : public noncopyable static string truncate(const string& str, unsigned int width, const bool is_account = false); - void format(std::ostream& out, const scope_t& scope) const; + void format(std::ostream& out, scope_t& scope) const; }; class format_xacts : public item_handler<xact_t> |