From 05c77351e458c08873c813264005f61f828b5383 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 29 Jan 2009 18:23:57 -0400 Subject: Stopped using the generic "unsigned int" in favor of more specific types. --- src/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format.h') 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); }; -- cgit v1.2.3