diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom/util.h')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/util.h b/lv2/lv2plug.in/ns/ext/atom/util.h index f7fd35f..f07956b 100644 --- a/lv2/lv2plug.in/ns/ext/atom/util.h +++ b/lv2/lv2plug.in/ns/ext/atom/util.h @@ -212,7 +212,7 @@ lv2_atom_object_next(const LV2_Atom_Property_Body* i) /** A macro for iterating over all properties of an Object. - @param object The object to iterate over + @param obj The object to iterate over @param iter The name of the iterator This macro is used similarly to a for loop (which it expands to), e.g.: |