device: set parent type to GObject in WpSpaDevice structure

This commit is contained in:
Julian Bouzas 2020-10-13 15:54:58 -04:00
parent 397a141150
commit ffd43f397b

View file

@ -217,7 +217,7 @@ enum {
struct _WpSpaDevice
{
WpProxy parent;
GObject parent;
GWeakRef core;
struct spa_handle *handle;
struct spa_device *device;