summaryrefslogtreecommitdiffstats
path: root/src/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Parser.cpp')
-rw-r--r--src/Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Parser.cpp b/src/Parser.cpp
index e7bd0163..55ab4695 100644
--- a/src/Parser.cpp
+++ b/src/Parser.cpp
@@ -121,7 +121,7 @@ get_properties(ingen::World& world,
*world.rdf_world(), model.c_obj(), i.get_object().c_obj());
const LV2_Atom* atom = forge.atom();
Atom atomm;
- atomm = world.forge().alloc(
+ atomm = Forge::alloc(
atom->size, atom->type, LV2_ATOM_BODY_CONST(atom));
props.emplace(i.get_predicate(), Property(atomm, ctx));
}