summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
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 ()