From 9e5bd4bb9807f2e37658a6ddca440eecf16bbba9 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sat, 9 May 2009 09:18:54 +0000 Subject: [PATCH] 2.5 - Warning fix in own code --- source/blender/editors/space_graph/graph_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c index 3a99c9498ac..27009ab56a4 100644 --- a/source/blender/editors/space_graph/graph_select.c +++ b/source/blender/editors/space_graph/graph_select.c @@ -430,7 +430,7 @@ static void columnselect_graph_keys (bAnimContext *ac, short mode) break; case GRAPHKEYS_COLUMNSEL_MARKERS_COLUMN: /* list of selected markers */ - ED_markers_make_cfra_list(&ac->markers, &bed.list, 1); + ED_markers_make_cfra_list(ac->markers, &bed.list, 1); break; default: /* invalid option */