|
"If the given message is not in RENDER mode, an "
|
|
"If the given message is not in RENDER mode, an "
|
|
- { "from_wire", Message_fromWire, METH_VARARGS, Message_fromWire_doc },
|
|
+ { "from_wire", reinterpret_cast<PyCFunction>(Message_fromWire), METH_VARARGS, Message_fromWire_doc },
|