summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorllucax <llucax>2008-01-22 17:56:54 +0000
committerllucax <llucax>2008-01-22 17:56:54 +0000
commit95e37e8d5589ff13843176bdcfc0e6fb5bc26acf (patch)
tree596dc3c2a5d47f780c096e4e0e48b104eba10cf3
parent4b6df54f14d657406f5e408e0880da60b2d22855 (diff)
Remove remaining EV_THROW macro calls.
-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