Fix #12044 broken build gcc14 incompatible pointers

This commit is contained in:
lloyd konneker 2024-09-17 14:12:21 -04:00
parent 0bab4c356a
commit d7f9c5e57e
1 changed files with 2 additions and 2 deletions

View File

@ -533,8 +533,8 @@ script_fu_resource_widget (const gchar *title,
SFArg *arg,
GType resource_type)
{
GtkWidget *result_widget = NULL;
GResource *initial_value;
GtkWidget *result_widget = NULL;
GimpResource *initial_value;
g_debug ("%s type: %" G_GSIZE_FORMAT, G_STRFUNC, resource_type);