gdk: master clock: fix incorrect symbol use

https://bugzilla.gnome.org/show_bug.cgi?id=754134
This commit is contained in:
Lionel Landwerlin 2015-08-25 23:28:18 +01:00
parent 5b9c31a0ce
commit 0e4d11bcd8

View File

@ -349,7 +349,7 @@ clutter_master_clock_gdk_add_stage_clock (ClutterMasterClockGdk *master_clock,
stages = g_list_append (stages, stage);
if (master_clock->timelines != NULL)
_clutter_master_clock_start_running ((ClutterMasterClock *) clock);
_clutter_master_clock_start_running ((ClutterMasterClock *) master_clock);
}
static void