diff options
author | David Robillard <d@drobilla.net> | 2013-01-10 06:20:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-10 06:20:39 +0000 |
commit | 4b480bf87cd496446491e3880d867d7fa92c6c49 (patch) | |
tree | 1e67b31180eb6125b3704914c7acd7d248af69d0 /ingen | |
parent | 67067320cb53f3c84bb7901e446f3d1798667e57 (diff) | |
download | ingen-4b480bf87cd496446491e3880d867d7fa92c6c49.tar.gz ingen-4b480bf87cd496446491e3880d867d7fa92c6c49.tar.bz2 ingen-4b480bf87cd496446491e3880d867d7fa92c6c49.zip |
Update for latest changes to LV2 patch extension (compact patch:Set message).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4911 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/URIs.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 77dc00d3..a09037e6 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -141,9 +141,11 @@ public: const Quark patch_add; const Quark patch_body; const Quark patch_destination; + const Quark patch_property; const Quark patch_remove; const Quark patch_request; const Quark patch_subject; + const Quark patch_value; const Quark pprops_logarithmic; const Quark rdf_type; const Quark rdfs_seeAlso; |