summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2011-06-24 12:55:07 +0000
committerroot <root>2011-06-24 12:55:07 +0000
commitf2aa96ead78d69c8fc468f8debef7fc09cf0c3fe (patch)
treeef21cd6a092fd5592708a18a17ab54098c06ee1d /ev.pod
parent611bec681a3a8790134fbeb97c44de72b8a95c3b (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index c522934..e10fe31 100644
--- a/ev.pod
+++ b/ev.pod
@@ -3946,7 +3946,7 @@ watchers in the constructor.
class myclass
{
ev::io io ; void io_cb (ev::io &w, int revents);
- ev::io2 io2 ; void io2_cb (ev::io &w, int revents);
+ ev::io io2 ; void io2_cb (ev::io &w, int revents);
ev::idle idle; void idle_cb (ev::idle &w, int revents);
myclass (int fd)