summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'ingen')
-rw-r--r--ingen/AtomReader.hpp2
-rw-r--r--ingen/URIs.hpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp
index bab50433..370286d8 100644
--- a/ingen/AtomReader.hpp
+++ b/ingen/AtomReader.hpp
@@ -45,7 +45,7 @@ public:
Interface& iface);
~AtomReader() {}
- static bool is_message(URIs& uris, const LV2_Atom* msg);
+ static bool is_message(const URIs& uris, const LV2_Atom* msg);
bool write(const LV2_Atom* msg);
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp
index a76e6dce..7e3af808 100644
--- a/ingen/URIs.hpp
+++ b/ingen/URIs.hpp
@@ -91,7 +91,6 @@ public:
const Quark atom_String;
const Quark atom_URI;
const Quark atom_URID;
- const Quark atom_Vector;
const Quark atom_bufferType;
const Quark atom_eventTransfer;
const Quark atom_supports;