summaryrefslogtreecommitdiffstats
path: root/src/server/Context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Context.hpp')
-rw-r--r--src/server/Context.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Context.hpp b/src/server/Context.hpp
index bd740504..caebd7a4 100644
--- a/src/server/Context.hpp
+++ b/src/server/Context.hpp
@@ -62,7 +62,7 @@ public:
const void* body = NULL);
/** Emit pending notifications in some other non-realtime thread. */
- void emit_notifications();
+ void emit_notifications(FrameTime end);
inline ID id() const { return _id; }