From 2a6f06ae44a80a5ebdc1b6188b11634fbb0e8741 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 7 Feb 2015 13:51:23 +0200 Subject: Fix to use traditional const style --- common/threads/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/threads') diff --git a/common/threads/driver.cxx b/common/threads/driver.cxx index f1a83d5..bf12707 100644 --- a/common/threads/driver.cxx +++ b/common/threads/driver.cxx @@ -96,7 +96,7 @@ struct task t.commit (); break; } - catch (deadlock const&) {} + catch (const deadlock&) {} } for (unsigned long j (0); j < sub_iteration_count; ++j) -- cgit v1.1