Browse Source

Removed a _cdecl ???
----------------------------------------------------------------------

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

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

@@ -818,7 +818,7 @@ static long  DTool_HashKey_Methods_DTOOL_SUPPER_BASE(PyObject * self)
 };
 
 
-inline void __cdecl Dtool_PyModuleClassInit_DTOOL_SUPPER_BASE(PyObject *module)
+inline void Dtool_PyModuleClassInit_DTOOL_SUPPER_BASE(PyObject *module)
 {
     static bool initdone = false;
     if(!initdone)