diff options
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 89f3949a..5d7269da 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -69,7 +69,7 @@ public: void add_connection(ConnectionImpl* c); ConnectionImpl* remove_connection(ProcessContext& context, - const OutputPort* src_port); + const OutputPort* tail); bool apply_poly(Raul::Maid& maid, uint32_t poly); |