diff options
Diffstat (limited to 'src/engine/InputPort.hpp')
-rw-r--r-- | src/engine/InputPort.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/InputPort.hpp b/src/engine/InputPort.hpp index 971a8747..b44c594e 100644 --- a/src/engine/InputPort.hpp +++ b/src/engine/InputPort.hpp @@ -51,7 +51,7 @@ public: const std::string& name, uint32_t index, uint32_t poly, - Shared::DataType type, + Shared::PortType type, const Raul::Atom& value, size_t buffer_size); |