summaryrefslogtreecommitdiffstats
path: root/src/engine/events/LoadPlugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/LoadPlugins.cpp')
-rw-r--r--src/engine/events/LoadPlugins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/LoadPlugins.cpp b/src/engine/events/LoadPlugins.cpp
index d8a1175d..6fdc67db 100644
--- a/src/engine/events/LoadPlugins.cpp
+++ b/src/engine/events/LoadPlugins.cpp
@@ -26,7 +26,7 @@ namespace Events {
LoadPlugins::LoadPlugins(Engine& engine, SharedPtr<Request> request, SampleCount timestamp)
- : QueuedEvent(engine, request, timestamp, true)
+ : QueuedEvent(engine, request, timestamp, bool(request))
{
}