interrogate: fix comment in C bindings for default arguments

Fixes #732
This commit is contained in:
rdb 2019-09-10 09:31:32 +02:00
parent b3f3f53e01
commit 72b1814331

View File

@ -191,7 +191,7 @@ write_function_instance(ostream &out, InterfaceMaker::Function *func,
out << "/*\n"
<< " * C wrapper for\n"
<< " * ";
remap->write_orig_prototype(out, 0);
remap->write_orig_prototype(out, 0, false, remap->_num_default_parameters);
out << "\n"
<< " */\n";