summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/InputPort.hpp')
-rw-r--r--src/libs/engine/InputPort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/InputPort.hpp b/src/libs/engine/InputPort.hpp
index 1305e239..a7da6250 100644
--- a/src/libs/engine/InputPort.hpp
+++ b/src/libs/engine/InputPort.hpp
@@ -47,7 +47,7 @@ class Node;
class InputPort : virtual public Port
{
public:
- InputPort(Node* parent, const string& name, size_t index, size_t poly, DataType type, size_t buffer_size);
+ InputPort(Node* parent, const string& name, uint32_t index, uint32_t poly, DataType type, size_t buffer_size);
virtual ~InputPort() {}
void add_connection(Raul::ListNode<Connection*>* c);