From fa6bb9afe8fcf2b0b8348495b9c4e1d6425136f0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Feb 2017 23:18:59 +0100 Subject: Move Properties out of Resource --- src/server/PortImpl.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/server/PortImpl.hpp') 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(); -- cgit v1.2.1