[App] intermediate compilation fix
- needed for the CI as well as for MSVC
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user