aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2/atom-helpers.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-09 04:40:50 +0000
committerDavid Robillard <d@drobilla.net>2011-11-09 04:40:50 +0000
commitbb91f0334218ce1866aee3fd955871aae7c7550f (patch)
treef440ebe4f0cfde8dc96e04942d55468edee7c2ee /ext/atom.lv2/atom-helpers.h
parented9ed2beeb9b43c85187ffa6bc3219883020b6a7 (diff)
downloadlv2-bb91f0334218ce1866aee3fd955871aae7c7550f.tar.xz
Make use of new auto-linking in lv2specgen.py.
Diffstat (limited to 'ext/atom.lv2/atom-helpers.h')
-rw-r--r--ext/atom.lv2/atom-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/atom.lv2/atom-helpers.h b/ext/atom.lv2/atom-helpers.h
index 0a19d25..4e51c89 100644
--- a/ext/atom.lv2/atom-helpers.h
+++ b/ext/atom.lv2/atom-helpers.h
@@ -75,7 +75,7 @@ lv2_thing_iter_get(LV2_Thing_Iter iter)
/**
A macro for iterating over all properties of an Thing.
- @param obj The thing to iterate over
+ @param thing The thing 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.: