Skip to content
Snippets Groups Projects
Commit 7465d1ff authored by Manuel Günther's avatar Manuel Günther
Browse files

Fixed copy/paste error

parent 141b2aae
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ PyObject* create_module(void)
auto module_ = make_xsafe(module);
const char* ret = "O";
# else
PyObject* module = Py_InitModule3(BOB_EXT_MODULE_NAME, module_methods, module_docstr);
PyObject* module = Py_InitModule3(BOB_EXT_MODULE_NAME, BoostingMethods, module_docstr);
const char* ret = "N";
# endif
if (!module) return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment