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