Silence -Wincompatible-pointer-types warning

This commit is contained in:
Rico Tzschichholz 2021-02-22 13:07:30 +01:00
parent 5be434997a
commit ea7ff7d2a3

View File

@ -50,7 +50,7 @@ GInputStream *
gitg_platform_support_http_get_finish (GAsyncResult *result,
GError **error)
{
return G_INPUT_STREAM (g_file_read_finish (g_async_result_get_source_object (result), result, error));
return G_INPUT_STREAM (g_file_read_finish (G_FILE (g_async_result_get_source_object (result)), result, error));
}
cairo_surface_t *