fix bad enum for get_source_info in obs_source.c

master
jp9000 2013-12-30 09:04:05 -07:00
parent c2593eb390
commit d99c345595
1 changed files with 1 additions and 1 deletions

View File

@ -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;