From b1336faa48bee2cdb7ef0486a5a4faa5c74f4fa7 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 6 Nov 2009 17:50:26 +0100 Subject: make exception handling lighter Signed-off-by: Denys Vlasenko --- inc/abrtlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/abrtlib.h') diff --git a/inc/abrtlib.h b/inc/abrtlib.h index d20d067..9bcd5bf 100644 --- a/inc/abrtlib.h +++ b/inc/abrtlib.h @@ -212,7 +212,7 @@ std::string concat_path_file(const char *path, const char *filename); template std::string -to_string( T x ) +to_string(T x) { std::ostringstream o; o << x; -- cgit