summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-19 13:26:38 +0100
committerDavid Robillard <d@drobilla.net>2017-03-20 02:58:56 +0100
commitf1c793f7e2148b10610a09a459d9e89b39d2d87b (patch)
treeb898407dce08af0f2f978d59a85d4887d8555b54 /src/URIs.cpp
parentefc0fe0a973db706d9409b345ad6fae585f4388c (diff)
downloadingen-f1c793f7e2148b10610a09a459d9e89b39d2d87b.tar.gz
ingen-f1c793f7e2148b10610a09a459d9e89b39d2d87b.tar.bz2
ingen-f1c793f7e2148b10610a09a459d9e89b39d2d87b.zip
Fix round-trip preservation of property contexts
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index 47cf64c9..f5e0903d 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -97,9 +97,11 @@ URIs::URIs(Forge& f, URIMap* map, LilvWorld* lworld)
, ingen_canvasX (forge, map, lworld, INGEN__canvasX)
, ingen_canvasY (forge, map, lworld, INGEN__canvasY)
, ingen_enabled (forge, map, lworld, INGEN__enabled)
+ , ingen_externalContext (forge, map, lworld, INGEN__externalContext)
, ingen_file (forge, map, lworld, INGEN__file)
, ingen_head (forge, map, lworld, INGEN__head)
, ingen_incidentTo (forge, map, lworld, INGEN__incidentTo)
+ , ingen_internalContext (forge, map, lworld, INGEN__internalContext)
, ingen_loadedBundle (forge, map, lworld, INGEN__loadedBundle)
, ingen_maxRunLoad (forge, map, lworld, INGEN__maxRunLoad)
, ingen_meanRunLoad (forge, map, lworld, INGEN__meanRunLoad)
@@ -169,6 +171,7 @@ URIs::URIs(Forge& f, URIMap* map, LilvWorld* lworld)
, patch_Set (forge, map, lworld, LV2_PATCH__Set)
, patch_add (forge, map, lworld, LV2_PATCH__add)
, patch_body (forge, map, lworld, LV2_PATCH__body)
+ , patch_context (forge, map, lworld, LV2_PATCH__context)
, patch_destination (forge, map, lworld, LV2_PATCH__destination)
, patch_property (forge, map, lworld, LV2_PATCH__property)
, patch_remove (forge, map, lworld, LV2_PATCH__remove)