summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendPortValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendPortValue.cpp')
-rw-r--r--src/engine/events/SendPortValue.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/SendPortValue.cpp b/src/engine/events/SendPortValue.cpp
index 3d010520..9ac60a05 100644
--- a/src/engine/events/SendPortValue.cpp
+++ b/src/engine/events/SendPortValue.cpp
@@ -25,6 +25,7 @@
using namespace std;
namespace Ingen {
+namespace Engine {
namespace Events {
void
@@ -35,6 +36,7 @@ SendPortValue::post_process()
_engine.world()->uris()->ingen_value, _value);
}
+} // namespace Engine
} // namespace Ingen
} // namespace Events