mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-04 21:18:03 +02:00
global-proxy: inherit from WpProxy when declaring class
This commit is contained in:
parent
419af5a228
commit
d8ed6e4376
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ G_BEGIN_DECLS
|
|||
#define WP_TYPE_GLOBAL_PROXY (wp_global_proxy_get_type ())
|
||||
WP_API
|
||||
G_DECLARE_DERIVABLE_TYPE (WpGlobalProxy, wp_global_proxy,
|
||||
WP, GLOBAL_PROXY, WpObject)
|
||||
WP, GLOBAL_PROXY, WpProxy)
|
||||
|
||||
struct _WpGlobalProxyClass
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue