Fix compilation warnings. (libs part)

This commit is contained in:
André Nusser 2016-02-21 21:54:19 +01:00 committed by Paul Davis
parent 86d27a736c
commit 1afbdaff58
9 changed files with 39 additions and 25 deletions

View file

@ -128,7 +128,7 @@ lookup_animation_info (const GtkWidget *widget)
/* Create all the relevant information for the animation, and insert it into the hash table. */
static void
add_animation (const GtkWidget *widget, gdouble stop_time)
add_animation (GtkWidget *widget, gdouble stop_time)
{
AnimationInfo *value;