Skip to content
Snippets Groups Projects
Commit ad03ddf3 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Fix. Renamed name array description name object type ChainNetNode.

parent 69bb4028
No related branches found
No related tags found
1 merge request!26Support 3689
......@@ -25,7 +25,7 @@ static PyMethodDef DapChainNetNodeMethods[] = {
{NULL, NULL, 0, NULL}
};
static PyTypeObject DapChainNodeInfoObject_DapChainNodeInfoObjectType = {
static PyTypeObject DapChainNetNodeObject_DapChainNetNodeObjectType = {
PyVarObject_HEAD_INIT(NULL, 0)
"CellFrame.Chain.Node", /* tp_name */
sizeof(PyDapChainNodeObject), /* tp_basicsize */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment