[App] intermediate compilation fix

- needed for the CI as well as for MSVC
This commit is contained in:
Uwe
2022-03-23 17:52:52 +01:00
parent 8a8a1f83fb
commit cd2d1830e3

View File

@@ -33,7 +33,7 @@ PyTypeObject FeaturePythonPyT<FeaturePyT>::Type = {
0, /*tp_itemsize*/
/* methods */
FeaturePyT::PyDestructor, /*tp_dealloc*/
nullptr, /*tp_print*/
0, /*tp_print*/
nullptr, /*tp_getattr*/
nullptr, /*tp_setattr*/
nullptr, /*tp_compare*/