summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestAllObjects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestAllObjects.cpp')
-rw-r--r--src/engine/events/RequestAllObjects.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/RequestAllObjects.cpp b/src/engine/events/RequestAllObjects.cpp
index 986cbb0c..998566a4 100644
--- a/src/engine/events/RequestAllObjects.cpp
+++ b/src/engine/events/RequestAllObjects.cpp
@@ -24,6 +24,7 @@
#include "PatchImpl.hpp"
namespace Ingen {
+namespace Events {
RequestAllObjectsEvent::RequestAllObjectsEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp)
@@ -57,4 +58,5 @@ RequestAllObjectsEvent::post_process()
} // namespace Ingen
+} // namespace Events