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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/LV2Object.hpp b/src/shared/LV2Object.hpp
index 1e72c4e0..dc587e92 100644
--- a/src/shared/LV2Object.hpp
+++ b/src/shared/LV2Object.hpp
@@ -29,7 +29,7 @@ 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 from_atom(World* word, const Raul::Atom& atom, LV2_Object* object);
} // namespace LV2Object