diff options
Diffstat (limited to 'src/server/DuplexPort.hpp')
-rw-r--r-- | src/server/DuplexPort.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
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); |