From bcfdbbf4b4b88f63593998c2cffa0a0b12b93053 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 7 May 2021 15:57:35 +0200 Subject: Cleanup: clang tidy readability-inconsistent-declaration-parameter-name --- source/blender/sequencer/SEQ_iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/sequencer') diff --git a/source/blender/sequencer/SEQ_iterator.h b/source/blender/sequencer/SEQ_iterator.h index dfea5997582..b015bb6133a 100644 --- a/source/blender/sequencer/SEQ_iterator.h +++ b/source/blender/sequencer/SEQ_iterator.h @@ -71,7 +71,7 @@ struct Sequence *SEQ_iterator_yield(SeqIterator *iterator); SeqCollection *SEQ_collection_create(void); bool SEQ_collection_append_strip(struct Sequence *seq, SeqCollection *data); -void SEQ_collection_free(SeqCollection *data); +void SEQ_collection_free(SeqCollection *collection); void SEQ_collection_merge(SeqCollection *collection_dst, SeqCollection *collection_src); void SEQ_collection_expand(struct ListBase *seqbase, SeqCollection *collection, -- cgit v1.2.3