From 80fee5c311fdbdeda573ec81f59158a5fc87d0a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 14 Aug 2012 04:23:23 +0000 Subject: Update for latest Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4687 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/ClashAvoider.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/ClashAvoider.hpp') diff --git a/ingen/ClashAvoider.hpp b/ingen/ClashAvoider.hpp index 66b860c2..db3c1b60 100644 --- a/ingen/ClashAvoider.hpp +++ b/ingen/ClashAvoider.hpp @@ -44,7 +44,7 @@ public: ClashAvoider(Store& store, Interface& target, Store* also_avoid=NULL) : _store(store), _target(target), _also_avoid(also_avoid) {} - Raul::URI uri() const { return "ingen:ClientStore"; } + Raul::URI uri() const { return Raul::URI("ingen:ClientStore"); } void set_target(Interface& target) { _target = target; } -- cgit v1.2.1