fix bad enum for get_source_info in obs_source.c
parent
c2593eb390
commit
d99c345595
|
@ -85,7 +85,7 @@ static inline const struct source_info *find_source(struct darray *list,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
static const struct source_info *get_source_info(enum source_type type,
|
||||
static const struct source_info *get_source_info(enum obs_source_type type,
|
||||
const char *id)
|
||||
{
|
||||
struct darray *list = NULL;
|
||||
|
|
Loading…
Reference in New Issue