summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2011-11-29 15:10:05 +0000
committerroot <root>2011-11-29 15:10:05 +0000
commit1538571fb1f09ace6bcafba2b53c86a1e2881991 (patch)
treeff1e5ec5fa2eb35ba8d6fd35a036d050445a2bc6 /ev++.h
parent3c8ea3c5b26a769ea7742b370770f95261eac65b (diff)
*** empty log message ***
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev++.h b/ev++.h
index ce42b5f..c5a0896 100644
--- a/ev++.h
+++ b/ev++.h
@@ -517,9 +517,9 @@ namespace ev {
}
};
- inline tstamp now () throw ()
+ inline tstamp now (EV_P) throw ()
{
- return ev_time ();
+ return ev_now (EV_A);
}
inline void delay (tstamp interval) throw ()