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
committerSergey Sharybin <sergey.vfx@gmail.com>2015-06-29 16:46:32 +0300
commitc92b41703a6c4d9d076183c193aa8e47f1e65f4c (patch)
tree1c9ced3f819d84526baff9496ad0a26b9350559f /source/blender/editors
parentc1cf70fbca15b33012c8fbb699a2ceac3d576ac2 (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 67839d11722..a13a901fdc2 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);
/* first things first: markers can only exist in timeline views */
if (ED_operator_animview_active(C) == 0)