blob: ef1f9d2fd2692ce154f1242f93aeb7f9858948d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tools/browser/schema-browser/table-info.c.orig 2020-11-08 20:23:20 UTC
+++ tools/browser/schema-browser/table-info.c
@@ -621,7 +621,7 @@ fk_bind_select_executed_cb (G_GNUC_UNUSED BrowserConne
}
}
}
- fkdata->model = g_object_ref (out_result);
+ fkdata->model = (GdaDataModel *) g_object_ref (out_result);
fkdata->model_rerunning = FALSE;
}
|