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:
authorXavier Hallade <xavier.hallade@intel.com>2022-06-29 17:31:04 +0300
committerXavier Hallade <xavier.hallade@intel.com>2022-06-29 17:31:04 +0300
commit5299deca6deb5109aeab62c2755c92dbc711601b (patch)
treec905401fae4b0271d28f73be44a2f0581b681851 /source/blender/sequencer/SEQ_edit.h
parent45feeabe7ed3863074bb824e59b982301656622d (diff)
parent2ac5b55289d361de7fccc9be188b98df358ab932 (diff)
Merge branch 'master' into cycles_oneapicycles_oneapi
Diffstat (limited to 'source/blender/sequencer/SEQ_edit.h')
-rw-r--r--source/blender/sequencer/SEQ_edit.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/sequencer/SEQ_edit.h b/source/blender/sequencer/SEQ_edit.h
index 2f07d5ae940..ff9c387e527 100644
--- a/source/blender/sequencer/SEQ_edit.h
+++ b/source/blender/sequencer/SEQ_edit.h
@@ -16,7 +16,10 @@ struct Main;
struct Scene;
struct Sequence;
-int SEQ_edit_sequence_swap(struct Sequence *seq_a, struct Sequence *seq_b, const char **error_str);
+int SEQ_edit_sequence_swap(struct Scene *scene,
+ struct Sequence *seq_a,
+ struct Sequence *seq_b,
+ const char **error_str);
/**
* Move sequence to seqbase.
*