Browse Source

*** empty log message ***

Roger Hughston 20 years ago
parent
commit
78024e3740
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dtool/src/interrogatedb/py_panda.h

+ 2 - 1
dtool/src/interrogatedb/py_panda.h

@@ -43,6 +43,7 @@
 #ifdef HAVE_LONG_LONG
 #undef HAVE_LONG_LONG
 #endif 
+
 #include "Python.h"
 #include "structmember.h"
 #ifdef HAVE_LONG_LONG
@@ -801,7 +802,7 @@ static PyObject * GetSupperBase(PyObject * self)
 };
 
 
-static PyMethodDef Dtool_Methods_DTOOL_SUPPER_BASE[]= {
+PyMethodDef Dtool_Methods_DTOOL_SUPPER_BASE[]= {
   { "DtoolGetSupperBase",(PyCFunction ) &GetSupperBase, METH_NOARGS,"Will Return SUPPERbase Class"},
   { NULL, NULL }
 };