diff options
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/forge.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/forge.h b/lv2/lv2plug.in/ns/ext/atom/forge.h index cdf5ec7..8dfd9f2 100644 --- a/lv2/lv2plug.in/ns/ext/atom/forge.h +++ b/lv2/lv2plug.in/ns/ext/atom/forge.h @@ -593,7 +593,7 @@ lv2_atom_forge_object(LV2_Atom_Forge* forge, The same as lv2_atom_forge_object(), but for object:Resource. This function is deprecated and should not be used in new code. - Use lv2_atom_forge_resource() directly instead. + Use lv2_atom_forge_object() directly instead. */ LV2_ATOM_FORGE_DEPRECATED static inline LV2_Atom_Forge_Ref @@ -621,7 +621,7 @@ lv2_atom_forge_resource(LV2_Atom_Forge* forge, The same as lv2_atom_forge_object(), but for object:Blank. This function is deprecated and should not be used in new code. - Use lv2_atom_forge_resource() directly instead. + Use lv2_atom_forge_object() directly instead. */ LV2_ATOM_FORGE_DEPRECATED static inline LV2_Atom_Forge_Ref |