mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
till trying to get this to work on none consistant compilers..
This commit is contained in:
parent
e3f06880ae
commit
a4515f26c9
@ -1176,7 +1176,7 @@ void InterfaceMakerPythonNative::write_module_class(ostream &out, Object *obj)
|
||||
out << "//********************************************************************\n";
|
||||
out << "//*** Py Init Code For .. "<< ClassName <<" | " << export_calss_name <<"\n" ;
|
||||
out << "//********************************************************************\n";
|
||||
out << "static PyMethodDef Dtool_Methods_"<< ClassName << "[]= {\n";
|
||||
out << "PyMethodDef Dtool_Methods_"<< ClassName << "[]= {\n";
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user