libsysprof-analyze: add missing constructor

This commit is contained in:
Christian Hergert
2023-05-09 17:19:23 -07:00
parent a22eb8c435
commit f01346da90

View File

@ -140,6 +140,12 @@ sysprof_mount_device_init (SysprofMountDevice *self)
{
}
SysprofMountDevice *
sysprof_mount_device_new (void)
{
return g_object_new (SYSPROF_TYPE_MOUNT_DEVICE, NULL);
}
const char *
sysprof_mount_device_get_id (SysprofMountDevice *self)
{