mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
toolbar: Fix compilation warnings - missing cast
This commit is contained in:
parent
de89fe501d
commit
65dee4e31b
@ -3390,7 +3390,7 @@ toolbar_content_get_state (ToolbarContent *content)
|
||||
static gboolean
|
||||
toolbar_content_child_visible (ToolbarContent *content)
|
||||
{
|
||||
return gtk_widget_get_child_visible (content->item);
|
||||
return gtk_widget_get_child_visible (GTK_WIDGET (content->item));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user