diff options
Diffstat (limited to 'src/engine/InputPort.hpp')
-rw-r--r-- | src/engine/InputPort.hpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/engine/InputPort.hpp b/src/engine/InputPort.hpp index 4ed1bc0e..16e25cab 100644 --- a/src/engine/InputPort.hpp +++ b/src/engine/InputPort.hpp @@ -46,14 +46,14 @@ class NodeImpl; class InputPort : virtual public PortImpl { public: - InputPort(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); + InputPort(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); virtual ~InputPort() {} |