Commit: bcfdbbf4b4b88f63593998c2cffa0a0b12b93053
Author: Jacques Lucke
Date:   Fri May 7 15:57:35 2021 +0200
Branches: master
https://developer.blender.org/rBbcfdbbf4b4b88f63593998c2cffa0a0b12b93053

Cleanup: clang tidy

readability-inconsistent-declaration-parameter-name

===================================================================

M       source/blender/sequencer/SEQ_iterator.h

===================================================================

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,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to