noted by Yifeng Xu

master
Marc Alexander Lehmann 5 years ago
parent 2ca2d39af7
commit dacf7df30a

@ -175,7 +175,7 @@ namespace ev {
bool operator != (const EV_P) const throw ()
{
return (*this == EV_A);
return ! (*this == EV_A);
}
operator struct ev_loop * () const throw ()

Loading…
Cancel
Save