summaryrefslogtreecommitdiffstats
path: root/src/engine/ConnectionImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/ConnectionImpl.hpp')
-rw-r--r--src/engine/ConnectionImpl.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/ConnectionImpl.hpp b/src/engine/ConnectionImpl.hpp
index 09dd208a..74270407 100644
--- a/src/engine/ConnectionImpl.hpp
+++ b/src/engine/ConnectionImpl.hpp
@@ -38,7 +38,6 @@ class InputPort;
class Buffer;
class BufferFactory;
-
/** Represents a single inbound connection for an InputPort.
*
* This can be a group of ports (ie coming from a polyphonic Node) or
@@ -104,7 +103,6 @@ protected:
bool _pending_disconnection;
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_CONNECTIONIMPL_HPP