diff options
author | llucax <llucax> | 2008-01-22 17:56:54 +0000 |
---|---|---|
committer | llucax <llucax> | 2008-01-22 17:56:54 +0000 |
commit | 95e37e8d5589ff13843176bdcfc0e6fb5bc26acf (patch) | |
tree | 596dc3c2a5d47f780c096e4e0e48b104eba10cf3 /ev++.h | |
parent | 4b6df54f14d657406f5e408e0880da60b2d22855 (diff) |
Remove remaining EV_THROW macro calls.
Diffstat (limited to 'ev++.h')
-rw-r--r-- | ev++.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |