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