summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OutputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/OutputPort.hpp')
-rw-r--r--src/libs/engine/OutputPort.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libs/engine/OutputPort.hpp b/src/libs/engine/OutputPort.hpp
index 1db9e4d9..e744b9e6 100644
--- a/src/libs/engine/OutputPort.hpp
+++ b/src/libs/engine/OutputPort.hpp
@@ -45,9 +45,7 @@ public:
uint32_t index,
uint32_t poly,
DataType type,
- size_t buffer_size)
- : PortImpl(parent, name, index, poly, type, buffer_size)
- {}
+ size_t buffer_size);
void pre_process(ProcessContext& context);
void post_process(ProcessContext& context);