diff options
Diffstat (limited to 'src/engine/OutputPort.hpp')
-rw-r--r-- | src/engine/OutputPort.hpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/engine/OutputPort.hpp b/src/engine/OutputPort.hpp index c936de29..8fdd4b2e 100644 --- a/src/engine/OutputPort.hpp +++ b/src/engine/OutputPort.hpp @@ -39,14 +39,14 @@ namespace Ingen { class OutputPort : virtual public PortImpl { public: - OutputPort(BufferFactory& bufs, - NodeImpl* parent, - const std::string& name, - uint32_t index, - uint32_t poly, - Shared::PortType type, - const Raul::Atom& value, - size_t buffer_size); + OutputPort(BufferFactory& bufs, + NodeImpl* parent, + const Raul::Symbol& symbol, + uint32_t index, + uint32_t poly, + Shared::PortType type, + const Raul::Atom& value, + size_t buffer_size); void pre_process(Context& context); void post_process(Context& context); |