summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestPlugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestPlugins.cpp')
-rw-r--r--src/engine/events/RequestPlugins.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/RequestPlugins.cpp b/src/engine/events/RequestPlugins.cpp
index 9daa24d1..b54888c3 100644
--- a/src/engine/events/RequestPlugins.cpp
+++ b/src/engine/events/RequestPlugins.cpp
@@ -22,6 +22,7 @@
#include "NodeFactory.hpp"
namespace Ingen {
+namespace Events {
RequestPluginsEvent::RequestPluginsEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp)
@@ -54,4 +55,5 @@ RequestPluginsEvent::post_process()
} // namespace Ingen
+} // namespace Events