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/NodeMenu.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/NodeMenu.hpp') diff --git a/src/gui/NodeMenu.hpp b/src/gui/NodeMenu.hpp index c8ac3daf..5d9f1e6d 100644 --- a/src/gui/NodeMenu.hpp +++ b/src/gui/NodeMenu.hpp @@ -52,7 +52,7 @@ protected: return dynamic_ptr_cast(_object); } - void add_preset(const Raul::URI& uri, const std::string& label); + void add_preset(const URI& uri, const std::string& label); void on_menu_disconnect(); void on_menu_embed_gui(); -- cgit v1.2.1