summaryrefslogtreecommitdiff
path: root/tools/pm/Common/Output/Method.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pm/Common/Output/Method.pm')
-rw-r--r--tools/pm/Common/Output/Method.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/pm/Common/Output/Method.pm b/tools/pm/Common/Output/Method.pm
index 09ed11d8..804e9df5 100644
--- a/tools/pm/Common/Output/Method.pm
+++ b/tools/pm/Common/Output/Method.pm
@@ -155,7 +155,8 @@ sub _output_cc ($$$$$$$$$$$$$$$$$)
splice (@{$prepped_cxx_param_types}, $cxx_param_out_index, 1);
splice (@{$prepped_cxx_param_names}, $cxx_param_out_index, 1);
}
- my $convs_str = Common::Output::Shared::convzipstr $wrap_parser, $prepped_cxx_param_types, $c_param_types, $c_param_transfers, $prepped_cxx_param_names;
+
+ my $convs_str = Common::Output::Shared::convzipstr ($wrap_parser, $prepped_cxx_param_types, $c_param_types, $c_param_transfers, $prepped_cxx_param_names);
$prepped_cxx_param_types = undef;
$prepped_cxx_param_names = undef;