diff options
Diffstat (limited to 'src/libs/engine/InputPort.cpp')
-rw-r--r-- | src/libs/engine/InputPort.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/engine/InputPort.cpp b/src/libs/engine/InputPort.cpp index 7e5f6623..6e216384 100644 --- a/src/libs/engine/InputPort.cpp +++ b/src/libs/engine/InputPort.cpp @@ -36,8 +36,9 @@ InputPort::InputPort(NodeImpl* parent, uint32_t index, uint32_t poly, DataType type, + const Atom& value, size_t buffer_size) - : PortImpl(parent, name, index, poly, type, buffer_size) + : PortImpl(parent, name, index, poly, type, value, buffer_size) { } |