Skip to content

Commit e3cca5f

Browse files
fixed linker error
1 parent 555b9ff commit e3cca5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exceptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ int initialize_exceptions(PyObject* module)
2727
return 1;
2828
}
2929

30-
PyObject* _set_ics_exception(PyObject* exception, char* msg, const char* func_name)
30+
PyObject* _set_ics_exception(PyObject* exception, const char* msg, const char* func_name)
3131
{
3232
std::stringstream ss;
3333
std::string function = std::string(func_name);

0 commit comments

Comments
 (0)