module-combine-stream: add missing proxy event version

This commit is contained in:
Thomas Weißschuh 2023-02-06 06:07:13 +00:00
parent 417f1dc02a
commit 4f9f32084c

View file

@ -847,6 +847,7 @@ static void core_removed(void *d)
}
static const struct pw_proxy_events core_proxy_events = {
PW_VERSION_PROXY_EVENTS,
.removed = core_removed,
};