From f845aa9eaf46cfa2ad2427b62fa9062e7f6c7934 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Jun 2009 01:08:56 +0000 Subject: Move events to their own namespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2068 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/SetPortValue.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/events/SetPortValue.cpp') diff --git a/src/engine/events/SetPortValue.cpp b/src/engine/events/SetPortValue.cpp index 14892bcf..4078b7c2 100644 --- a/src/engine/events/SetPortValue.cpp +++ b/src/engine/events/SetPortValue.cpp @@ -36,6 +36,7 @@ using namespace std; using namespace Raul; namespace Ingen { +namespace Events { using namespace Shared; @@ -227,4 +228,5 @@ SetPortValueEvent::post_process() } // namespace Ingen +} // namespace Events -- cgit v1.2.1