diff options
Diffstat (limited to 'src/format.h')
-rw-r--r-- | src/format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h index fbfe452e..19b19eea 100644 --- a/src/format.h +++ b/src/format.h @@ -185,7 +185,7 @@ public: elem->dump(out); } - static string truncate(const unistring& str, unsigned int width, + static string truncate(const unistring& str, std::size_t width, const bool is_account = false); }; |