mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
'gtk2_ardour' - Some further casting
This commit is contained in:
parent
da628185b1
commit
7f4ed54f53
3 changed files with 8 additions and 8 deletions
|
|
@ -64,7 +64,7 @@ GType gtk_custom_hruler_get_type (void)
|
|||
};
|
||||
|
||||
hruler_type = g_type_register_static (gtk_custom_ruler_get_type(), "GtkCustomHRuler",
|
||||
&hruler_info, 0);
|
||||
&hruler_info, (GTypeFlags)0);
|
||||
}
|
||||
|
||||
return hruler_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue