From 44f7ad5222d824d81dc743045d5887418847e74e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Jan 2018 00:41:34 +0100 Subject: Add URI class and remove use of Raul::URI --- src/gui/GraphPortModule.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/GraphPortModule.hpp') diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp index 79229be6..97bc2e5b 100644 --- a/src/gui/GraphPortModule.hpp +++ b/src/gui/GraphPortModule.hpp @@ -20,7 +20,6 @@ #include #include "ganv/Module.hpp" -#include "raul/URI.hpp" #include "Port.hpp" @@ -68,7 +67,7 @@ protected: void set_port(Port* port) { _port = port; } - void property_changed(const Raul::URI& key, const Atom& value); + void property_changed(const URI& key, const Atom& value); SPtr _model; Port* _port; -- cgit v1.2.1