mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Fix compilation warnings. (libs part)
This commit is contained in:
parent
86d27a736c
commit
1afbdaff58
9 changed files with 39 additions and 25 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue