diff options
author | David Robillard <d@drobilla.net> | 2016-09-18 08:24:25 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-18 11:43:30 -0400 |
commit | a43528ab069f325e68dab6e18cf2cab19cc22e56 (patch) | |
tree | acecc484fa015c063c6361baa03616202d336e89 /src/server/InputPort.hpp | |
parent | ce6dc3d549bc58515d5d55db1d0a009a92887f3c (diff) | |
download | ingen-a43528ab069f325e68dab6e18cf2cab19cc22e56.tar.gz ingen-a43528ab069f325e68dab6e18cf2cab19cc22e56.tar.bz2 ingen-a43528ab069f325e68dab6e18cf2cab19cc22e56.zip |
Clean up code
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r-- | src/server/InputPort.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index 304185cc..f93aa4df 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -83,7 +83,7 @@ public: * * setup_buffers() must be called later for the change to take effect. */ - ArcImpl* remove_arc(RunContext& context, + ArcImpl* remove_arc(RunContext& context, const OutputPort* tail); /** Set `voices` as the buffers to be used for this port. |