diff options
author | David Robillard <d@drobilla.net> | 2012-03-25 03:05:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-25 03:05:52 +0000 |
commit | cbd666d1ba7681264c2c509c1bbc8999136d4f17 (patch) | |
tree | d77544516d9100092c59c821f5118a0c65cfda2f /ingen/shared | |
parent | 94f372e95ecd718b7d2ed4f2aa1f0437e7968efb (diff) | |
download | ingen-cbd666d1ba7681264c2c509c1bbc8999136d4f17.tar.gz ingen-cbd666d1ba7681264c2c509c1bbc8999136d4f17.tar.bz2 ingen-cbd666d1ba7681264c2c509c1bbc8999136d4f17.zip |
Update for latest atom extension.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4104 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/shared')
-rw-r--r-- | ingen/shared/URIs.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp index 43a83aa5..5add8c71 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -46,17 +46,16 @@ public: Ingen::Forge& forge; + const Quark atom_AtomPort; const Quark atom_Blank; const Quark atom_Bool; const Quark atom_Float; const Quark atom_Int; - const Quark atom_MessagePort; const Quark atom_Sequence; const Quark atom_Sound; const Quark atom_String; const Quark atom_URI; const Quark atom_URID; - const Quark atom_ValuePort; const Quark atom_Vector; const Quark atom_bufferType; const Quark atom_eventTransfer; |