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:
authorCampbell Barton <ideasman42@gmail.com>2021-01-04 04:03:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-04 09:38:11 +0300
commitf03c25bda8127ea3f7d16a0afd649daec0118bbc (patch)
tree2ef361807e73ac8795f2e35da1922f61be27272f /source/blender/sequencer/SEQ_iterator.h
parent54f89e870425b20af14e2be03b777836b88a29af (diff)
Cleanup: sort structs
Diffstat (limited to 'source/blender/sequencer/SEQ_iterator.h')
-rw-r--r--source/blender/sequencer/SEQ_iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/sequencer/SEQ_iterator.h b/source/blender/sequencer/SEQ_iterator.h
index 05fd706a8de..44908dca85a 100644
--- a/source/blender/sequencer/SEQ_iterator.h
+++ b/source/blender/sequencer/SEQ_iterator.h
@@ -27,8 +27,8 @@
extern "C" {
#endif
-struct Sequence;
struct Editing;
+struct Sequence;
typedef struct SeqIterator {
struct Sequence **array;