windows does not like this.. lets try again .. gcc and cv colisions :(

This commit is contained in:
Roger Hughston 2005-06-29 22:13:27 +00:00
parent 962e2b92d8
commit 31bf98f33a

View File

@ -704,7 +704,7 @@ void InterfaceMakerPythonNative::write_ClasseDetails(ostream &out, Object * obj)
for (fi = obj->_constructors.begin(); fi != obj->_constructors.end(); ++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);
}