From ffd43f397b7b85a8056fc77343f8033aa2c9d68f Mon Sep 17 00:00:00 2001 From: Julian Bouzas Date: Tue, 13 Oct 2020 15:54:58 -0400 Subject: [PATCH] device: set parent type to GObject in WpSpaDevice structure --- lib/wp/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wp/device.c b/lib/wp/device.c index 92368106..b70013bb 100644 --- a/lib/wp/device.c +++ b/lib/wp/device.c @@ -217,7 +217,7 @@ enum { struct _WpSpaDevice { - WpProxy parent; + GObject parent; GWeakRef core; struct spa_handle *handle; struct spa_device *device;