We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555b9ff commit e3cca5fCopy full SHA for e3cca5f
src/exceptions.cpp
@@ -27,7 +27,7 @@ int initialize_exceptions(PyObject* module)
27
return 1;
28
}
29
30
-PyObject* _set_ics_exception(PyObject* exception, char* msg, const char* func_name)
+PyObject* _set_ics_exception(PyObject* exception, const char* msg, const char* func_name)
31
{
32
std::stringstream ss;
33
std::string function = std::string(func_name);
0 commit comments