diff options
Diffstat (limited to 'polyp/core.h')
-rw-r--r-- | polyp/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/core.h b/polyp/core.h index c457c3fd..1438bf72 100644 --- a/polyp/core.h +++ b/polyp/core.h @@ -33,7 +33,7 @@ struct pa_core { struct pa_idxset *clients, *sinks, *sources, *sink_inputs, *source_outputs, *modules, *scache, *autoload_idxset; - struct pa_hashmap *namereg, *autoload_hashmap; + struct pa_hashmap *namereg, *autoload_hashmap, *properties; char *default_source_name, *default_sink_name; |