Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2021-07-01 13:48:03 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2021-07-01 13:48:03 +0300
commitd35969a74ff7a71fc0ca233ae65a2f1c47eb9a25 (patch)
tree7d12896c3a481c9d0f43f5708624b6a7cddf204e /source/blender/sequencer/intern/iterator.c
parentefe2247e3cdb1006a5b1d87d76a96dc6a63ad12c (diff)
parent229c0580e2915b2dc349069ee7094d322408641f (diff)
Merge branch 'master' into geometry-nodes-unnamed-attributes
Diffstat (limited to 'source/blender/sequencer/intern/iterator.c')
-rw-r--r--source/blender/sequencer/intern/iterator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/sequencer/intern/iterator.c b/source/blender/sequencer/intern/iterator.c
index dd343776200..0754d9b38ed 100644
--- a/source/blender/sequencer/intern/iterator.c
+++ b/source/blender/sequencer/intern/iterator.c
@@ -117,7 +117,7 @@ SeqCollection *SEQ_collection_create(void)
/**
* Return number of items in collection.
*/
-uint SEQ_collection_len(SeqCollection *collection)
+uint SEQ_collection_len(const SeqCollection *collection)
{
return BLI_gset_len(collection->set);
}