diff options
author | David Robillard <d@drobilla.net> | 2012-02-09 06:23:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-09 06:23:54 +0000 |
commit | 4c3618b8bd6983886f0049f3204552e3a4152bdb (patch) | |
tree | 30ebbb32ffc35164271c1e75185e3ace65ce2a26 /lv2/lv2plug.in/ns/ext/atom/atom-test.c | |
parent | a6bd8e78d5ad9e6dfeefe0724bd422155c50e147 (diff) | |
download | lv2-4c3618b8bd6983886f0049f3204552e3a4152bdb.tar.xz |
Make forge API match the current definition of atom:Resource and atom:Blank.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom/atom-test.c')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |