noted by Yifeng Xu

This commit is contained in:
Marc Alexander Lehmann 2017-12-01 06:37:30 +00:00
parent 2ca2d39af7
commit dacf7df30a
1 changed files with 1 additions and 1 deletions

2
ev++.h
View File

@ -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 ()