diff options
Diffstat (limited to 'src/server/ArcImpl.cpp')
-rw-r--r-- | src/server/ArcImpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/ArcImpl.cpp b/src/server/ArcImpl.cpp index 8cdf02b4..1dd92d48 100644 --- a/src/server/ArcImpl.cpp +++ b/src/server/ArcImpl.cpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2015 David Robillard <http://drobilla.net/> + Copyright 2007-2016 David Robillard <http://drobilla.net/> Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free @@ -82,7 +82,7 @@ ArcImpl::must_mix() const } bool -ArcImpl::can_connect(const OutputPort* src, const InputPort* dst) +ArcImpl::can_connect(const PortImpl* src, const InputPort* dst) { const Ingen::URIs& uris = src->bufs().uris(); return ( |