mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
interrogate: fix comment in C bindings for default arguments
Fixes #732
This commit is contained in:
parent
b3f3f53e01
commit
72b1814331
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user