diff options
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/collections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/collections.h b/slv2/collections.h index 4233917..9e816b0 100644 --- a/slv2/collections.h +++ b/slv2/collections.h @@ -70,7 +70,7 @@ prefix ## _size(CollType collection); \ SLV2_API \ ElemType \ prefix ## _get_at(CollType collection, \ - unsigned index); + unsigned index); SLV2_COLLECTION(SLV2PluginClasses, SLV2PluginClass, slv2_plugin_classes) SLV2_COLLECTION(SLV2ScalePoints, SLV2ScalePoint, slv2_scale_points) |