summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorllucax <llucax>2008-01-22 17:57:17 +0000
committerllucax <llucax>2008-01-22 17:57:17 +0000
commit5e5fd815684ffa44dc9eb07db30ccaed8532f117 (patch)
tree80987fa9812edf4b3811032bdcea92a1c5231054 /ev++.h
parent95e37e8d5589ff13843176bdcfc0e6fb5bc26acf (diff)
Use #if !EV_MULTIPLICITY instead of #ifndef because it should be defined always.
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev++.h b/ev++.h
index 0a31f6b..5c0693d 100644
--- a/ev++.h
+++ b/ev++.h
@@ -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