From 95e37e8d5589ff13843176bdcfc0e6fb5bc26acf Mon Sep 17 00:00:00 2001 From: llucax Date: Tue, 22 Jan 2008 17:56:54 +0000 Subject: Remove remaining EV_THROW macro calls. --- ev++.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ev++.h') diff --git a/ev++.h b/ev++.h index 8b4f889..0a31f6b 100644 --- a/ev++.h +++ b/ev++.h @@ -349,7 +349,7 @@ namespace ev { struct dynamic_loop: loop_ref { - dynamic_loop (unsigned int flags = AUTO) EV_THROW (bad_loop) + dynamic_loop (unsigned int flags = AUTO) throw (bad_loop) : loop_ref (ev_loop_new (flags)) { } @@ -778,7 +778,5 @@ namespace ev { } -#undef EV_THROW - #endif -- cgit v1.2.3