summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreatePort.hpp
diff options
context:
space:
mode:
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