This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libev
mirror of
/home/gitosis/repositories/libev.git
Watch
1
Star
0
Fork
0
Code
Releases
62
Activity
Browse Source
*** empty log message ***
master
Marc Alexander Lehmann
14 years ago
parent
79531a989f
commit
435ffedd0e
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
ev++.h
+ 2
- 1
ev++.h
View File
@ -71,7 +71,8 @@ namespace ev {
void
operator
(
)
(
int
events
=
EV_UNDEF
)
{
return
e_cb
(
static_cast
<
ev_watcher
*
>
(
this
)
)
(
events
)
;
return
ev_cb
(
static_cast
<
ev_watcher
*
>
(
this
)
)
(
static_cast
<
ev_watcher
*
>
(
this
)
,
events
)
;
}
bool
is_active
(
)
const
Write
Preview
Loading…
Cancel
Save