mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2025-05-18 00:58:29 -04:00
Fix: instance is actually used
This commit is contained in:
parent
565a43f9c7
commit
fa504140a3
@ -251,7 +251,7 @@ struct igloo_ro_base_tag {
|
|||||||
char * name;
|
char * name;
|
||||||
/* Associated objects */
|
/* Associated objects */
|
||||||
igloo_ro_t associated;
|
igloo_ro_t associated;
|
||||||
/* STILL UNUSED: Instance objects */
|
/* Instance objects */
|
||||||
igloo_ro_t instance;
|
igloo_ro_t instance;
|
||||||
};
|
};
|
||||||
int igloo_ro_new__return_zero(igloo_ro_t self, const igloo_ro_type_t *type, va_list ap);
|
int igloo_ro_new__return_zero(igloo_ro_t self, const igloo_ro_type_t *type, va_list ap);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user