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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-03-30 22:27:22 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-03-30 22:27:22 +0300
commit1740fedb644007fadea2efd1cc5b23dffff8d234 (patch)
treedf1aa0b6b1d6a833de3f94af132df08f2beddc7d /source/blender/editors/animation/anim_filter.c
parent6d0fe090c22eeb82ba572da595cf5eb395cf182a (diff)
parentdd0604c6066a46a72fccc185bbbc592ff76c7052 (diff)
Merge branch 'master' into gooseberry
Diffstat (limited to 'source/blender/editors/animation/anim_filter.c')
-rw-r--r--source/blender/editors/animation/anim_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index 2f8d002fa48..fcbf102fb9d 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -993,7 +993,7 @@ static bool skip_fcurve_selected_data(bDopeSheet *ads, FCurve *fcu, ID *owner_id
static bool skip_fcurve_with_name(bDopeSheet *ads, FCurve *fcu, ID *owner_id)
{
bAnimListElem ale_dummy = {NULL};
- bAnimChannelType *acf;
+ const bAnimChannelType *acf;
/* create a dummy wrapper for the F-Curve */
ale_dummy.type = ANIMTYPE_FCURVE;