'gtk2_ardour' - Some further casting

This commit is contained in:
John Emmas 2013-10-06 10:50:45 +01:00
parent da628185b1
commit 7f4ed54f53
3 changed files with 8 additions and 8 deletions

View file

@ -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;