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/server/Driver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/Driver.hpp') diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp index 3014429e..9ae4b836 100644 --- a/src/server/Driver.hpp +++ b/src/server/Driver.hpp @@ -81,7 +81,7 @@ public: /** Apply a system visible port property. */ virtual void port_property(const Raul::Path& path, - const Raul::URI& uri, + const URI& uri, const Atom& value) = 0; /** Return the audio buffer size in frames */ -- cgit v1.2.1