spa: aec: mark handle factory objects static

This commit is contained in:
Barnabás Pőcze 2022-07-22 00:10:13 +02:00 committed by Wim Taymans
parent a506ddd799
commit c9cc2fe6dc
2 changed files with 2 additions and 4 deletions

View file

@ -151,7 +151,7 @@ impl_enum_interface_info(const struct spa_handle_factory *factory,
return 1;
}
const struct spa_handle_factory spa_aec_null_factory = {
static const struct spa_handle_factory spa_aec_null_factory = {
SPA_VERSION_HANDLE_FACTORY,
SPA_NAME_AEC,
NULL,
@ -160,7 +160,6 @@ const struct spa_handle_factory spa_aec_null_factory = {
impl_enum_interface_info,
};
SPA_EXPORT
int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t *index)
{