summaryrefslogtreecommitdiffstats
path: root/ingen/Resource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Resource.hpp')
-rw-r--r--ingen/Resource.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp
index feb905fb..92f253cd 100644
--- a/ingen/Resource.hpp
+++ b/ingen/Resource.hpp
@@ -49,9 +49,9 @@ public:
static Raul::URI graph_to_uri(Graph g) {
switch (g) {
- case DEFAULT: return NS_INGEN "defaultContext";
- case EXTERNAL: return NS_INGEN "externalContext";
- case INTERNAL: return NS_INGEN "internalContext";
+ case DEFAULT: return Raul::URI(NS_INGEN "defaultContext");
+ case EXTERNAL: return Raul::URI(NS_INGEN "externalContext");
+ case INTERNAL: return Raul::URI(NS_INGEN "internalContext");
}
}