Commit 02d882db authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

compile fix

parent 24c64563
......@@ -516,7 +516,7 @@ static VLCTreeItem *o_root_item = nil;
intf_thread_t *p_intf = VLCIntf;
module_t *p_parser;
psz_module_name = (char *)[o_module_name UTF8String];
const char *psz_module_name = (char *)[o_module_name UTF8String];
/* look for module */
p_parser = module_find( p_intf, psz_module_name );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment