mirror of
https://github.com/php/php-gtk-src.git
synced 2026-04-24 01:08:02 +02:00
- Wrong variable passed to constructor.
# I think we had luck this worked ;)
This commit is contained in:
@@ -729,7 +729,7 @@ foreach ($opts as $opt) {
|
||||
$parser = new Defs_Parser($argv[1]);
|
||||
$generator = new Generator($parser, $overrides, $prefix, $function_class);
|
||||
foreach ($register_defs as $defs) {
|
||||
$type_parser = new Defs_Parser($opt_arg);
|
||||
$type_parser = new Defs_Parser($defs);
|
||||
$type_parser->start_parsing();
|
||||
$generator->register_types($type_parser);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user