diff options
Diffstat (limited to 'ingen/AtomReader.hpp')
-rw-r--r-- | ingen/AtomReader.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp index 8a1a80aa..bcfe9ab5 100644 --- a/ingen/AtomReader.hpp +++ b/ingen/AtomReader.hpp @@ -51,6 +51,7 @@ private: boost::optional<Raul::URI> atom_to_uri(const LV2_Atom* atom); boost::optional<Raul::Path> atom_to_path(const LV2_Atom* atom); + Resource::Graph atom_to_context(const LV2_Atom* atom); void get_props(const LV2_Atom_Object* obj, Ingen::Properties& props); |