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, 2 insertions, 1 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp
index 516ac983..27b0f80c 100644
--- a/ingen/AtomReader.hpp
+++ b/ingen/AtomReader.hpp
@@ -52,7 +52,7 @@ public:
private:
void get_atom(const LV2_Atom* in, Atom& out);
- const char* atom_to_uri(const LV2_Atom* atom);
+ boost::optional<Raul::URI> atom_to_uri(const LV2_Atom* atom);
boost::optional<Raul::Path> atom_to_path(const LV2_Atom* atom);
void get_props(const LV2_Atom_Object* obj,
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp
index a2f949d2..ee41d80c 100644
--- a/ingen/URIs.hpp
+++ b/ingen/URIs.hpp
@@ -60,6 +60,7 @@ public:
const Quark atom_Float;
const Quark atom_Int;
const Quark atom_Object;
+ const Quark atom_Path;
const Quark atom_Sequence;
const Quark atom_Sound;
const Quark atom_String;