[Bf-blender-cvs] [80192b5] master: Fixed compilation error in editor/animation/anim_markers

Jeroen Bakker noreply at git.blender.org
Mon Jun 22 20:48:00 CEST 2015


Commit: 80192b5391cece6e826d65d813c958d267c07a51
Author: Jeroen Bakker
Date:   Mon Jun 22 20:38:25 2015 +0200
Branches: master
https://developer.blender.org/rB80192b5391cece6e826d65d813c958d267c07a51

Fixed compilation error in editor/animation/anim_markers

===================================================================

M	source/blender/editors/animation/anim_markers.c

===================================================================

diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index 328cec9..40376c3 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;




More information about the Bf-blender-cvs mailing list