summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreatePort.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 01:08:56 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 01:08:56 +0000
commitf845aa9eaf46cfa2ad2427b62fa9062e7f6c7934 (patch)
tree4c459af06cb9656f3fcf53752030cbbe7756196b /src/engine/events/CreatePort.hpp
parent664f3ca29832b7ec0432d1e46c6af901af68f574 (diff)
downloadingen-f845aa9eaf46cfa2ad2427b62fa9062e7f6c7934.tar.gz
ingen-f845aa9eaf46cfa2ad2427b62fa9062e7f6c7934.tar.bz2
ingen-f845aa9eaf46cfa2ad2427b62fa9062e7f6c7934.zip
Move events to their own namespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2068 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events/CreatePort.hpp')
-rw-r--r--src/engine/events/CreatePort.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/events/CreatePort.hpp b/src/engine/events/CreatePort.hpp
index ab65eabd..13cccfa6 100644
--- a/src/engine/events/CreatePort.hpp
+++ b/src/engine/events/CreatePort.hpp
@@ -30,6 +30,8 @@ class PatchImpl;
class PortImpl;
class DriverPort;
+namespace Events {
+
/** An event to add a Port to a Patch.
*
@@ -76,5 +78,6 @@ private:
} // namespace Ingen
+} // namespace Events
#endif // CREATEPORTEVENT_H