Skip to content
  • Ben Boeckel's avatar
    vtkImageReader2: fix const correctness · 0b11bb26
    Ben Boeckel authored
    Image readers only read from buffers, and so can accept const buffers.
    `vtkJPEGReader` had some code relying on this, so fix it. The actual
    prototypes forward declared here take constant buffers.
    0b11bb26