https://github.com/MITK/MITK/pull/226/
mitk::VtkPropRenderer::UpdatePaths() was dynamic-casting a pointer to mapper, then accessing the result without testing for nullptr. This should be avoided by checking for nullptr
https://github.com/MITK/MITK/pull/226/
mitk::VtkPropRenderer::UpdatePaths() was dynamic-casting a pointer to mapper, then accessing the result without testing for nullptr. This should be avoided by checking for nullptr