From 80192b5391cece6e826d65d813c958d267c07a51 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Mon, 22 Jun 2015 20:38:25 +0200 Subject: Fixed compilation error in editor/animation/anim_markers --- source/blender/editors/animation/anim_markers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors') 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; -- cgit v1.2.3