diff --git a/libobs/graphics/effect-parser.h b/libobs/graphics/effect-parser.h index 1c6000c7b..63925b768 100644 --- a/libobs/graphics/effect-parser.h +++ b/libobs/graphics/effect-parser.h @@ -223,10 +223,10 @@ struct ep_func { char *name, *ret_type, *mapping; struct dstr contents; DARRAY(struct ep_var) param_vars; - DARRAY(const char *) func_deps; - DARRAY(const char *) struct_deps; - DARRAY(const char *) param_deps; - DARRAY(const char *) sampler_deps; + DARRAY(char *) func_deps; + DARRAY(char *) struct_deps; + DARRAY(char *) param_deps; + DARRAY(char *) sampler_deps; bool written; };