Skip to content
Snippets Groups Projects
Commit 5ea09b84 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Fixed the flag BobLearnLinear flag to PyBobLearnLinear

parent 2167395f
Branches
Tags
No related merge requests found
...@@ -384,7 +384,7 @@ typedef struct { ...@@ -384,7 +384,7 @@ typedef struct {
} }
# else # else
if (PyCObject_Check(c_api_object)) { if (PyCObject_Check(c_api_object)) {
BobLearnLinear_API = (void **)PyCObject_AsVoidPtr(c_api_object); PyBobLearnLinear_API = (void **)PyCObject_AsVoidPtr(c_api_object);
} }
# endif # endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment