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, 2 insertions, 0 deletions
diff --git a/src/engine/events/LoadPlugins.cpp b/src/engine/events/LoadPlugins.cpp
index 14c9c915..b9276954 100644
--- a/src/engine/events/LoadPlugins.cpp
+++ b/src/engine/events/LoadPlugins.cpp
@@ -23,6 +23,7 @@
#include "QueuedEventSource.hpp"
namespace Ingen {
+namespace Events {
LoadPluginsEvent::LoadPluginsEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, QueuedEventSource* source)
@@ -50,4 +51,5 @@ LoadPluginsEvent::post_process()
} // namespace Ingen
+} // namespace Events