diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/shared/AtomReader.hpp | 2 | ||||
-rw-r--r-- | ingen/shared/URIs.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ingen/shared/AtomReader.hpp b/ingen/shared/AtomReader.hpp index f57dffa7..ef80a4b1 100644 --- a/ingen/shared/AtomReader.hpp +++ b/ingen/shared/AtomReader.hpp @@ -41,7 +41,7 @@ public: void write(const LV2_Atom* msg); private: - void get_uri(const LV2_Atom* in, Raul::Atom& out); + void get_atom(const LV2_Atom* in, Raul::Atom& out); void get_props(const LV2_Atom_Object* obj, Ingen::Resource::Properties& props); diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp index f59f5c38..9ebdbf27 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -78,6 +78,7 @@ public: const Quark ingen_node; const Quark ingen_polyphonic; const Quark ingen_polyphony; + const Quark ingen_prototype; const Quark ingen_sampleRate; const Quark ingen_selected; const Quark ingen_tail; @@ -121,7 +122,6 @@ public: const Quark patch_remove; const Quark patch_request; const Quark patch_subject; - const Quark rdf_instanceOf; const Quark rdf_type; const Quark rdfs_seeAlso; const Quark wildcard; |