summaryrefslogtreecommitdiffstats
path: root/src/shared/LV2Object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/LV2Object.hpp')
-rw-r--r--src/shared/LV2Object.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/shared/LV2Object.hpp b/src/shared/LV2Object.hpp
index 794422a0..bec2ff89 100644
--- a/src/shared/LV2Object.hpp
+++ b/src/shared/LV2Object.hpp
@@ -25,11 +25,12 @@ namespace Ingen {
namespace Shared {
class World;
+class LV2URIMap;
namespace LV2Object {
- bool to_atom(const LV2_Object* object, Raul::Atom& atom);
- bool from_atom(const Raul::Atom& atom, LV2_Object* object);
+ bool to_atom(const Shared::LV2URIMap& uris, const LV2_Object* object, Raul::Atom& atom);
+ bool from_atom(const Shared::LV2URIMap& uris, const Raul::Atom& atom, LV2_Object* object);
} // namespace LV2Object