From 4c3618b8bd6983886f0049f3204552e3a4152bdb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Feb 2012 06:23:54 +0000 Subject: Make forge API match the current definition of atom:Resource and atom:Blank. --- lv2/lv2plug.in/ns/ext/atom/atom-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/lv2plug.in/ns/ext/atom/atom-test.c') diff --git a/lv2/lv2plug.in/ns/ext/atom/atom-test.c b/lv2/lv2plug.in/ns/ext/atom/atom-test.c index 3c8678f..1850660 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom-test.c +++ b/lv2/lv2plug.in/ns/ext/atom/atom-test.c @@ -85,7 +85,7 @@ main() uint8_t buf[BUF_SIZE]; lv2_atom_forge_set_buffer(&forge, buf, BUF_SIZE); - LV2_Atom* obj = (LV2_Atom*)lv2_atom_forge_object( + LV2_Atom* obj = (LV2_Atom*)lv2_atom_forge_resource( &forge, NULL, 0, eg_Object); // eg_one = (Int32)1 -- cgit v1.2.1