diff options
Diffstat (limited to 'src/engine/InputPort.cpp')
-rw-r--r-- | src/engine/InputPort.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/engine/InputPort.cpp b/src/engine/InputPort.cpp index 531ca468..9282ca22 100644 --- a/src/engine/InputPort.cpp +++ b/src/engine/InputPort.cpp @@ -32,13 +32,13 @@ using namespace std; namespace Ingen { -InputPort::InputPort(NodeImpl* parent, - const string& name, - uint32_t index, - uint32_t poly, - DataType type, - const Atom& value, - size_t buffer_size) +InputPort::InputPort(NodeImpl* parent, + const string& name, + uint32_t index, + uint32_t poly, + DataType type, + const Raul::Atom& value, + size_t buffer_size) : PortImpl(parent, name, index, poly, type, value, buffer_size) { } |