Browse Source

fix bad enum for get_source_info in obs_source.c

jp9000 12 years ago
parent
commit
d99c345595
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs/obs-source.c

+ 1 - 1
libobs/obs-source.c

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