summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Note.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Note.cpp')
-rw-r--r--src/engine/events/Note.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/Note.cpp b/src/engine/events/Note.cpp
index 79ebcb10..b6ad7a2a 100644
--- a/src/engine/events/Note.cpp
+++ b/src/engine/events/Note.cpp
@@ -29,6 +29,7 @@
using namespace Raul;
namespace Ingen {
+namespace Events {
/** Note on with Patch explicitly passed.
@@ -101,4 +102,5 @@ NoteEvent::post_process()
} // namespace Ingen
+} // namespace Events