We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff4cb02 + 2ecb0ac commit c078707Copy full SHA for c078707
hardware/plugins/PythonObjects.h
@@ -43,7 +43,7 @@ namespace Plugins {
43
sizeof(CImage), /* tp_basicsize */
44
0, /* tp_itemsize */
45
(destructor)CImage_dealloc, /* tp_dealloc */
46
- nullptr, /* tp_print */
+ 0, /* tp_print */
47
nullptr, /* tp_getattr */
48
nullptr, /* tp_setattr */
49
nullptr, /* tp_reserved */
@@ -151,7 +151,7 @@ namespace Plugins {
151
sizeof(CDevice), /* tp_basicsize */
152
153
(destructor)CDevice_dealloc, /* tp_dealloc */
154
155
156
157
@@ -243,7 +243,7 @@ namespace Plugins {
243
sizeof(CConnection), /* tp_basicsize */
244
245
(destructor)CConnection_dealloc, /* tp_dealloc */
246
247
248
249
0 commit comments