From cd2d1830e3ae4a402dd56a23ec98bdcd74d02640 Mon Sep 17 00:00:00 2001 From: Uwe Date: Wed, 23 Mar 2022 17:52:52 +0100 Subject: [PATCH] [App] intermediate compilation fix - needed for the CI as well as for MSVC --- src/App/FeaturePythonPyImp.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/FeaturePythonPyImp.inl b/src/App/FeaturePythonPyImp.inl index 6a93fa98ea..4b2c1a65f7 100644 --- a/src/App/FeaturePythonPyImp.inl +++ b/src/App/FeaturePythonPyImp.inl @@ -33,7 +33,7 @@ PyTypeObject FeaturePythonPyT::Type = { 0, /*tp_itemsize*/ /* methods */ FeaturePyT::PyDestructor, /*tp_dealloc*/ - nullptr, /*tp_print*/ + 0, /*tp_print*/ nullptr, /*tp_getattr*/ nullptr, /*tp_setattr*/ nullptr, /*tp_compare*/