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/DuplexPort.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/server/DuplexPort.hpp') diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp index 47c24b9e..adec2bef 100644 --- a/src/server/DuplexPort.hpp +++ b/src/server/DuplexPort.hpp @@ -57,9 +57,9 @@ public: const Raul::Symbol& symbol, GraphImpl* parent); - void inherit_neighbour(const PortImpl* port, - Resource::Properties& remove, - Resource::Properties& add); + void inherit_neighbour(const PortImpl* port, + Properties& remove, + Properties& add); void on_property(const Raul::URI& uri, const Atom& value); -- cgit v1.2.1