summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Get.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Get.cpp')
-rw-r--r--src/engine/events/Get.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/Get.cpp b/src/engine/events/Get.cpp
index a5193004..06a3493b 100644
--- a/src/engine/events/Get.cpp
+++ b/src/engine/events/Get.cpp
@@ -30,6 +30,7 @@
using namespace Raul;
namespace Ingen {
+namespace Events {
GetEvent::GetEvent(
@@ -83,4 +84,5 @@ GetEvent::post_process()
} // namespace Ingen
+} // namespace Events