mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
windows does not like this.. lets try again .. gcc and cv colisions :(
This commit is contained in:
parent
962e2b92d8
commit
31bf98f33a
@ -704,7 +704,7 @@ void InterfaceMakerPythonNative::write_ClasseDetails(ostream &out, Object * obj)
|
|||||||
for (fi = obj->_constructors.begin(); fi != obj->_constructors.end(); ++fi)
|
for (fi = obj->_constructors.begin(); fi != obj->_constructors.end(); ++fi)
|
||||||
{
|
{
|
||||||
Function *func = (*fi);
|
Function *func = (*fi);
|
||||||
std::string fname = "static int Dtool_Init_"+ClassName+"(PyObject *self, PyObject *args, PyObject *kwds) ";
|
std::string fname = "int Dtool_Init_"+ClassName+"(PyObject *self, PyObject *args, PyObject *kwds) ";
|
||||||
|
|
||||||
write_function_for_name(out, func,fname,"",ClassName);
|
write_function_for_name(out, func,fname,"",ClassName);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user