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:
Diffstat (limited to 'source/blender/sequencer/intern/sequencer.h')
-rw-r--r--source/blender/sequencer/intern/sequencer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/sequencer/intern/sequencer.h b/source/blender/sequencer/intern/sequencer.h
index f8ad17e9032..aff81255d7d 100644
--- a/source/blender/sequencer/intern/sequencer.h
+++ b/source/blender/sequencer/intern/sequencer.h
@@ -36,8 +36,8 @@ struct Sequence;
*/
void seq_free_sequence_recurse(struct Scene *scene,
struct Sequence *seq,
- const bool do_id_user,
- const bool do_clean_animdata);
+ bool do_id_user,
+ bool do_clean_animdata);
#ifdef __cplusplus
}