From 997856dc00f09b4ccc13e81b69a70a8d3ba20e8b Mon Sep 17 00:00:00 2001 From: Roger Hughston Date: Wed, 29 Jun 2005 22:21:52 +0000 Subject: [PATCH] Removed a _cdecl ??? ---------------------------------------------------------------------- --- dtool/src/interrogatedb/py_panda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/interrogatedb/py_panda.h b/dtool/src/interrogatedb/py_panda.h index e60759c562..3ea5946962 100755 --- a/dtool/src/interrogatedb/py_panda.h +++ b/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)