mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix interrogate on Linux
This commit is contained in:
parent
d6a54c5adf
commit
b531ece1b4
@ -2019,7 +2019,7 @@ void InterfaceMakerPythonNative::write_function_instance(ostream &out, Interface
|
|||||||
format_specifiers += "u#";
|
format_specifiers += "u#";
|
||||||
parameter_list += ", &" + param_name
|
parameter_list += ", &" + param_name
|
||||||
+ "_str, &" + param_name + "_len";
|
+ "_str, &" + param_name + "_len";
|
||||||
pexpr_string = "basic_string<wchar_t>(" +
|
pexpr_string = "basic_string<wchar_t>((wchar_t *)" +
|
||||||
param_name + "_str, " +
|
param_name + "_str, " +
|
||||||
param_name + "_len)";
|
param_name + "_len)";
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user