From d970641441746aacfc645176b71d7ba71af0463a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 24 Jan 2014 00:57:48 +0000 Subject: Update for latest LV2 Atom Object simplifications. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5319 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/URIs.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/URIs.hpp') 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; -- cgit v1.2.1