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, 2 insertions, 2 deletions
diff --git a/src/libs/engine/OutputPort.hpp b/src/libs/engine/OutputPort.hpp
index dbeb30a9..0c2e0443 100644
--- a/src/libs/engine/OutputPort.hpp
+++ b/src/libs/engine/OutputPort.hpp
@@ -42,8 +42,8 @@ class OutputPort : virtual public Port
public:
OutputPort(Node* parent,
const string& name,
- size_t index,
- size_t poly,
+ uint32_t index,
+ uint32_t poly,
DataType type,
size_t buffer_size)
: Port(parent, name, index, poly, type, buffer_size)