summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev++.h4
1 files changed, 1 insertions, 3 deletions
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