summaryrefslogtreecommitdiffstats
path: root/src/engine/PortImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/PortImpl.hpp')
-rw-r--r--src/engine/PortImpl.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/engine/PortImpl.hpp b/src/engine/PortImpl.hpp
index 2210431b..06887f4a 100644
--- a/src/engine/PortImpl.hpp
+++ b/src/engine/PortImpl.hpp
@@ -111,14 +111,14 @@ public:
void set_context(Context::ID c);
protected:
- PortImpl(BufferFactory& bufs,
- NodeImpl* node,
- const std::string& name,
- uint32_t index,
- uint32_t poly,
- Shared::PortType type,
- const Raul::Atom& value,
- size_t buffer_size);
+ PortImpl(BufferFactory& bufs,
+ NodeImpl* node,
+ const Raul::Symbol& name,
+ uint32_t index,
+ uint32_t poly,
+ Shared::PortType type,
+ const Raul::Atom& value,
+ size_t buffer_size);
BufferFactory& _bufs;
uint32_t _index;