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.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/LV2Object.hpp b/src/shared/LV2Object.hpp
index bec2ff89..5b50d726 100644
--- a/src/shared/LV2Object.hpp
+++ b/src/shared/LV2Object.hpp
@@ -19,7 +19,7 @@
#define INGEN_SHARED_LV2OBJECT_HPP
namespace Raul { class Atom; }
-typedef struct _LV2_Object LV2_Object;
+typedef struct _LV2_Atom LV2_Atom;
namespace Ingen {
namespace Shared {
@@ -29,8 +29,8 @@ class LV2URIMap;
namespace LV2Object {
- 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);
+ bool to_atom(const Shared::LV2URIMap& uris, const LV2_Atom* object, Raul::Atom& atom);
+ bool from_atom(const Shared::LV2URIMap& uris, const Raul::Atom& atom, LV2_Atom* object);
} // namespace LV2Object