From ccb7d738d37fb21245a563cd41727f2609f0bc07 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 May 2015 09:12:44 +0000 Subject: Use ingen:/ as base URI on the wire. This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1 --- src/ingen/ingen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ingen/ingen.cpp') diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index 357f42b5..24cfb029 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -176,7 +176,7 @@ main(int argc, char** argv) const string graph = conf.option("load").ptr(); engine_interface->get(Raul::URI("ingen:/plugins")); - engine_interface->get(Node::root_uri()); + engine_interface->get(Node::root_graph_uri()); std::lock_guard lock(world->rdf_mutex()); world->parser()->parse_file( -- cgit v1.2.1