summaryrefslogtreecommitdiffstats
path: root/src/server/Engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Engine.cpp')
-rw-r--r--src/server/Engine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/Engine.cpp b/src/server/Engine.cpp
index d12f474c..794088bc 100644
--- a/src/server/Engine.cpp
+++ b/src/server/Engine.cpp
@@ -374,14 +374,14 @@ Engine::activate()
if (!_root_graph) {
// Create root graph
- Resource::Properties graph_properties;
+ Properties graph_properties;
graph_properties.insert(
make_pair(uris.rdf_type,
- Resource::Property(uris.ingen_Graph)));
+ Property(uris.ingen_Graph)));
graph_properties.insert(
make_pair(uris.ingen_polyphony,
- Resource::Property(_world->forge().make(1),
- Resource::Graph::INTERNAL)));
+ Property(_world->forge().make(1),
+ Resource::Graph::INTERNAL)));
Events::CreateGraph ev(
*this, SPtr<Interface>(), -1, 0, Raul::Path("/"), graph_properties);