diff options
Diffstat (limited to 'src/engine/OutputPort.cpp')
-rw-r--r-- | src/engine/OutputPort.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/engine/OutputPort.cpp b/src/engine/OutputPort.cpp index 7d5b2512..0a16d2db 100644 --- a/src/engine/OutputPort.cpp +++ b/src/engine/OutputPort.cpp @@ -25,9 +25,7 @@ using namespace std; namespace Ingen { - -namespace Shared { class Patch; } -using namespace Shared; +namespace Engine { OutputPort::OutputPort(BufferFactory& bufs, NodeImpl* parent, @@ -74,4 +72,5 @@ OutputPort::post_process(Context& context) broadcast_value(context, false); } +} // namespace Engine } // namespace Ingen |