summaryrefslogtreecommitdiffstats
path: root/src/server/RunContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/RunContext.hpp')
-rw-r--r--src/server/RunContext.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/RunContext.hpp b/src/server/RunContext.hpp
index 8df9915b..954e11d8 100644
--- a/src/server/RunContext.hpp
+++ b/src/server/RunContext.hpp
@@ -80,10 +80,10 @@ public:
*/
bool notify(LV2_URID key = 0,
FrameTime time = 0,
- PortImpl* port = 0,
+ PortImpl* port = nullptr,
uint32_t size = 0,
LV2_URID type = 0,
- const void* body = NULL);
+ const void* body = nullptr);
/** Emit pending notifications in some other non-realtime thread. */
void emit_notifications(FrameTime end);