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/GraphCanvas.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/GraphCanvas.hpp') diff --git a/src/gui/GraphCanvas.hpp b/src/gui/GraphCanvas.hpp index f283354e..a7340744 100644 --- a/src/gui/GraphCanvas.hpp +++ b/src/gui/GraphCanvas.hpp @@ -63,7 +63,7 @@ public: bool show_port_names() const { return _show_port_names; } void add_plugin(SPtr p); - void remove_plugin(const Raul::URI& uri); + void remove_plugin(const URI& uri); void add_block(SPtr bm); void remove_block(SPtr bm); void add_port(SPtr pm); @@ -90,7 +90,7 @@ private: void menu_add_port(const std::string& sym_base, const std::string& name_base, - const Raul::URI& type, + const URI& type, bool is_output); void menu_load_plugin(); -- cgit v1.2.1