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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/LV2Object.hpp b/src/shared/LV2Object.hpp
index b0136d06..794422a0 100644
--- a/src/shared/LV2Object.hpp
+++ b/src/shared/LV2Object.hpp
@@ -28,8 +28,8 @@ class World;
namespace LV2Object {
- bool to_atom(World* world, const LV2_Object* object, Raul::Atom& atom);
- bool from_atom(World* word, const Raul::Atom& atom, LV2_Object* object);
+ bool to_atom(const LV2_Object* object, Raul::Atom& atom);
+ bool from_atom(const Raul::Atom& atom, LV2_Object* object);
} // namespace LV2Object