summaryrefslogtreecommitdiffstats
path: root/ingen/DataAccess.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-26 20:04:59 +0200
committerDavid Robillard <d@drobilla.net>2017-03-26 20:04:59 +0200
commit5df29e8cc91115098dcb09978722c76b71689fa3 (patch)
tree12d807052d9ab41fe6ebc547c5556b492f0c8e97 /ingen/DataAccess.hpp
parentff5fb176daad42b2727b02885f9a4407b694ba52 (diff)
downloadingen-5df29e8cc91115098dcb09978722c76b71689fa3.tar.gz
ingen-5df29e8cc91115098dcb09978722c76b71689fa3.tar.bz2
ingen-5df29e8cc91115098dcb09978722c76b71689fa3.zip
Remove Node::path() and Node::symbol()
Diffstat (limited to 'ingen/DataAccess.hpp')
-rw-r--r--ingen/DataAccess.hpp2
1 files changed, 1 insertions, 1 deletions
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<LV2_Feature>();
}
- Node* store_node = world->store()->get(node->path());
+ Node* store_node = world->store()->get(node->uri());
if (!store_node) {
return SPtr<LV2_Feature>();
}