Skip to content
  • Sean McBride's avatar
    Fixed last of -Wcast-qual warnings · 7ebccce9
    Sean McBride authored
    For vtkKCoreLayout, just alloc & copy the string.
    
    For vtkInteractorStyleUser, init to nullptr instead of empty string.
    It’s taking the char* owned by the vtkRenderWindowInteractor, which looks like it can be null anyway.
    Adjusted usage to be prepared for null.
    
    Also fixed some related indentation and comments.
    7ebccce9