diff options
author | David Robillard <d@drobilla.net> | 2008-01-01 19:52:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-01 19:52:36 +0000 |
commit | e9b0dd4e63141e79350b675ae5c64d787e3f8856 (patch) | |
tree | f4bb1a53538d59122e2ed762704d173df9a41b7a /src/libs/engine/OutputPort.hpp | |
parent | 4eae343332a4403bd45d3b3035ccbb2a6fe90db9 (diff) | |
download | ingen-e9b0dd4e63141e79350b675ae5c64d787e3f8856.tar.gz ingen-e9b0dd4e63141e79350b675ae5c64d787e3f8856.tar.bz2 ingen-e9b0dd4e63141e79350b675ae5c64d787e3f8856.zip |
RAUL code cleanup.
git-svn-id: http://svn.drobilla.net/lad/ingen@999 a436a847-0d15-0410-975c-d299462d15a1
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); |