diff options
Diffstat (limited to 'src/server/PortImpl.hpp')
-rw-r--r-- | src/server/PortImpl.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/PortImpl.hpp b/src/server/PortImpl.hpp index e195de9d..27b3db2f 100644 --- a/src/server/PortImpl.hpp +++ b/src/server/PortImpl.hpp @@ -186,9 +186,9 @@ public: This is used for Graph ports, so e.g. a control input has the range of all the ports it is connected to. */ - virtual void inherit_neighbour(const PortImpl* port, - Resource::Properties& remove, - Resource::Properties& add) {} + virtual void inherit_neighbour(const PortImpl* port, + Properties& remove, + Properties& add) {} virtual void connect_buffers(SampleCount offset=0); virtual void recycle_buffers(); |