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