diff options
author | David Robillard <d@drobilla.net> | 2012-08-29 20:19:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-29 20:19:39 +0000 |
commit | 984ced4acc6f6b9d00e43310ac838437183bd0bd (patch) | |
tree | 13ebc38ed97cc66f7b144a54c075fec156d62a90 /lv2/lv2plug.in | |
parent | 85b9c0298c07db382b3fde7a947ebd44322e52e6 (diff) | |
download | lv2-984ced4acc6f6b9d00e43310ac838437183bd0bd.tar.xz |
Fix documentation reference to nonexistent function.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/forge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/forge.h b/lv2/lv2plug.in/ns/ext/atom/forge.h index 54ba25b..bd6f1e4 100644 --- a/lv2/lv2plug.in/ns/ext/atom/forge.h +++ b/lv2/lv2plug.in/ns/ext/atom/forge.h @@ -559,7 +559,7 @@ lv2_atom_forge_blank(LV2_Atom_Forge* forge, /** Write the header for a property body (likely in an Object). - See lv2_atom_forge_object() documentation for an example. + See lv2_atom_forge_resource() documentation for an example. */ static inline LV2_Atom_Forge_Ref lv2_atom_forge_property_head(LV2_Atom_Forge* forge, |