summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_callable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/source/module/pyuno_callable.cxx')
-rw-r--r--pyuno/source/module/pyuno_callable.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyuno/source/module/pyuno_callable.cxx b/pyuno/source/module/pyuno_callable.cxx
index b7d2b595e1d2..bb558bf64411 100644
--- a/pyuno/source/module/pyuno_callable.cxx
+++ b/pyuno/source/module/pyuno_callable.cxx
@@ -245,6 +245,9 @@ static PyTypeObject PyUNO_callable_Type =
NULL,
NULL,
(destructor)0
+#if PY_VERSION_HEX >= 0x02060000
+ , 0
+#endif
};
PyRef PyUNO_callable_new (