summaryrefslogtreecommitdiffstats
path: root/src/server/RunContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/RunContext.cpp')
-rw-r--r--src/server/RunContext.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/server/RunContext.cpp b/src/server/RunContext.cpp
index 68812c02..57aaa299 100644
--- a/src/server/RunContext.cpp
+++ b/src/server/RunContext.cpp
@@ -38,11 +38,11 @@ namespace server {
struct Notification
{
- inline Notification(PortImpl* p = nullptr,
- FrameTime f = 0,
- LV2_URID k = 0,
- uint32_t s = 0,
- LV2_URID t = 0)
+ explicit inline Notification(PortImpl* p = nullptr,
+ FrameTime f = 0,
+ LV2_URID k = 0,
+ uint32_t s = 0,
+ LV2_URID t = 0)
: port(p), time(f), key(k), size(s), type(t)
{}