summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'python/modules/IcePy/Init.cpp')
-rw-r--r--python/modules/IcePy/Init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/modules/IcePy/Init.cpp b/python/modules/IcePy/Init.cpp
index be1b2647828..9588d2b7ee2 100644
--- a/python/modules/IcePy/Init.cpp
+++ b/python/modules/IcePy/Init.cpp
@@ -28,7 +28,7 @@
using namespace std;
using namespace IcePy;
-extern "C" PyObject* IcePy_cleanup(PyObject*);
+extern "C" PyObject* IcePy_cleanup(PyObject*, PyObject*);
static PyMethodDef methods[] =
{
@@ -239,7 +239,7 @@ initIcePy(void)
extern "C"
PyObject*
-IcePy_cleanup(PyObject* /*self*/)
+IcePy_cleanup(PyObject* /*self*/, PyObject* /*args*/)
{
cleanupLogger();