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:
authorJeroen Bakker <j.bakker@atmind.nl>2015-06-22 21:38:25 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2015-06-22 21:38:25 +0300
commit80192b5391cece6e826d65d813c958d267c07a51 (patch)
treee7f1790d7a62fa1135ab9695265953fe995d7f01 /source/blender/editors
parentf0c5ed39ee3101d37f5fbc3031ec95c683515429 (diff)
Fixed compilation error in editor/animation/anim_markers
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/animation/anim_markers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index 328cec9b1a6..40376c38c3b 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -520,6 +520,7 @@ static int ed_markers_poll_selected_no_locked_markers(bContext *C)
static int ed_markers_poll_markers_exist(bContext *C)
{
ListBase *markers = ED_context_get_markers(C);
+ ToolSettings *ts = CTX_data_tool_settings(C);
if (ts->lock_markers)
return 0;