Skip to content

Commit

Permalink
fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 8, 2019
1 parent 6a75d9d commit 54e8464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/std.sip
Expand Up @@ -30,7 +30,7 @@
}
if (PyUnicode_Check(sipPy)) {
Py_ssize_t size;
char *s = PyUnicode_AsUTF8AndSize(sipPy, &size);
const char *s = PyUnicode_AsUTF8AndSize(sipPy, &size);
if (!s) {
return NULL;
}
Expand Down

0 comments on commit 54e8464

Please sign in to comment.