summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Disconnect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Disconnect.hpp')
-rw-r--r--src/engine/events/Disconnect.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/events/Disconnect.hpp b/src/engine/events/Disconnect.hpp
index 24766462..d5b8b823 100644
--- a/src/engine/events/Disconnect.hpp
+++ b/src/engine/events/Disconnect.hpp
@@ -38,6 +38,8 @@ class InputPort;
class OutputPort;
class CompiledPatch;
+namespace Events {
+
/** Make a Connection between two Ports.
*
@@ -84,5 +86,6 @@ private:
} // namespace Ingen
+} // namespace Events
#endif // DISCONNECTIONEVENT_H