Skip to content
Snippets Groups Projects
Commit 836fc076 authored by Ben Boeckel's avatar Ben Boeckel Committed by David Gobbi
Browse files

PyVTKObject: add .c_str()

Seems GCC is happy without this?
parent 13c69c8f
No related branches found
No related tags found
No related merge requests found
......@@ -525,7 +525,7 @@ PyObject *PyVTKObject_FromPointer(
{
PyErr_Format(PyExc_ValueError,
"internal error, unknown VTK class %.200s",
classname);
classname.c_str());
return NULL;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment