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