summaryrefslogtreecommitdiffstats
path: root/ingen/URIs.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-24 00:57:48 +0000
committerDavid Robillard <d@drobilla.net>2014-01-24 00:57:48 +0000
commitd970641441746aacfc645176b71d7ba71af0463a (patch)
tree1b4263ce9bc271b8617a500e9272e0dc482c6fcb /ingen/URIs.hpp
parent229be04694a5b99a1e9c384a7c65452ebb30eedd (diff)
downloadingen-d970641441746aacfc645176b71d7ba71af0463a.tar.gz
ingen-d970641441746aacfc645176b71d7ba71af0463a.tar.bz2
ingen-d970641441746aacfc645176b71d7ba71af0463a.zip
Update for latest LV2 Atom Object simplifications.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5319 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/URIs.hpp')
-rw-r--r--ingen/URIs.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp
index c0e7f79f..44f57e3f 100644
--- a/ingen/URIs.hpp
+++ b/ingen/URIs.hpp
@@ -54,12 +54,11 @@ public:
Ingen::Forge& forge;
const Quark atom_AtomPort;
- const Quark atom_Blank;
const Quark atom_Bool;
const Quark atom_Chunk;
const Quark atom_Float;
const Quark atom_Int;
- const Quark atom_Resource;
+ const Quark atom_Object;
const Quark atom_Sequence;
const Quark atom_Sound;
const Quark atom_String;
@@ -143,6 +142,7 @@ public:
const Quark patch_property;
const Quark patch_remove;
const Quark patch_request;
+ const Quark patch_sequenceNumber;
const Quark patch_subject;
const Quark patch_value;
const Quark patch_wildcard;