summaryrefslogtreecommitdiffstats
path: root/src/engine/DuplexPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/DuplexPort.hpp')
-rw-r--r--src/engine/DuplexPort.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/DuplexPort.hpp b/src/engine/DuplexPort.hpp
index 882bab73..621d0c62 100644
--- a/src/engine/DuplexPort.hpp
+++ b/src/engine/DuplexPort.hpp
@@ -39,7 +39,8 @@ class NodeImpl;
class DuplexPort : public InputPort, public OutputPort
{
public:
- DuplexPort(NodeImpl* parent,
+ DuplexPort(BufferFactory& bufs,
+ NodeImpl* parent,
const std::string& name,
uint32_t index,
uint32_t poly,