diff options
Diffstat (limited to 'src/engine/events/Connect.hpp')
-rw-r--r-- | src/engine/events/Connect.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/events/Connect.hpp b/src/engine/events/Connect.hpp index b1f4bf6c..0f9d8540 100644 --- a/src/engine/events/Connect.hpp +++ b/src/engine/events/Connect.hpp @@ -40,6 +40,8 @@ class InputPort; class OutputPort; class CompiledPatch; +namespace Events { + /** Make a Connection between two Ports. * @@ -86,5 +88,6 @@ private: } // namespace Ingen +} // namespace Events #endif // CONNECTIONEVENT_H |