mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Fix more -Wincompatible-pointer-types
c10154ad23 showed the direction but was not correct and insufficient
for building with Fedora 40 and gcc 14.0.1 .
This commit is contained in:
parent
c10154ad23
commit
a2bb1a3511
8 changed files with 8 additions and 8 deletions
|
|
@ -14157,7 +14157,7 @@ gtk_tree_view_set_search_entry (GtkTreeView *tree_view,
|
|||
|
||||
if (entry)
|
||||
{
|
||||
tree_view->priv->search_entry = GTK_ENTRY (g_object_ref (entry));
|
||||
tree_view->priv->search_entry = GTK_WIDGET (g_object_ref (entry));
|
||||
tree_view->priv->search_custom_entry_set = TRUE;
|
||||
|
||||
if (tree_view->priv->search_entry_changed_id == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue