From 5df29e8cc91115098dcb09978722c76b71689fa3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Mar 2017 20:04:59 +0200 Subject: Remove Node::path() and Node::symbol() --- ingen/DataAccess.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/DataAccess.hpp') diff --git a/ingen/DataAccess.hpp b/ingen/DataAccess.hpp index 730cf921..c3a6a625 100644 --- a/ingen/DataAccess.hpp +++ b/ingen/DataAccess.hpp @@ -40,7 +40,7 @@ struct DataAccess : public Ingen::LV2Features::Feature return SPtr(); } - Node* store_node = world->store()->get(node->path()); + Node* store_node = world->store()->get(node->uri()); if (!store_node) { return SPtr(); } -- cgit v1.2.1