Skip to content
Snippets Groups Projects
Commit 11489293 authored by Constantin P.'s avatar Constantin P. 💬
Browse files

Merge branch 'hotfix-compile' into 'master'

Compilation fix

See merge request !429
parents eee67708 b8b2956e
No related branches found
No related tags found
1 merge request!429Compilation fix
......@@ -91,7 +91,7 @@ PyObject *dap_chain_class_add_py (PyObject *self, PyObject *args){
Py_XINCREF(obj_callback_init);
Py_XDECREF(binded_object_callback_new_cfg);
binded_object_callback_new_cfg = obj_callback_init;
dap_chain_cs_type_add(cs_str, ((PyDapChainCsObject*)self)->callback_new_cfg);
dap_chain_cs_type_add(cs_str, ((PyDapChainCsObject*)self)->callback_new_cfg, NULL);
return PyLong_FromLong(0);
}
PyObject *dap_chain_class_create_py(PyObject *self, PyObject *args){
......
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