diff options
Diffstat (limited to 'src/libs/engine/OutputPort.hpp')
-rw-r--r-- | src/libs/engine/OutputPort.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libs/engine/OutputPort.hpp b/src/libs/engine/OutputPort.hpp index e744b9e6..a184c32b 100644 --- a/src/libs/engine/OutputPort.hpp +++ b/src/libs/engine/OutputPort.hpp @@ -40,12 +40,12 @@ namespace Ingen { class OutputPort : virtual public PortImpl { public: - OutputPort(NodeImpl* parent, - const string& name, - uint32_t index, - uint32_t poly, - DataType type, - size_t buffer_size); + OutputPort(NodeImpl* parent, + const std::string& name, + uint32_t index, + uint32_t poly, + DataType type, + size_t buffer_size); void pre_process(ProcessContext& context); void post_process(ProcessContext& context); |