diff options
-rw-r--r-- | ev++.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ namespace ev { : loop_ref (ev_default_loop (flags)) #endif { -#ifndef EV_MULTIPLICITY +#if !EV_MULTIPLICITY if (!ev_default_loop (flags)) throw bad_loop (); #endif |