Skip to content
  • Cory Quammen's avatar
    Remove const qualifier for std::string return type · ee7d9dc8
    Cory Quammen authored
    The const qualifier for the return type of
    vtkGLTFExporter::WriteToString() is not needed. The return value is a
    copy of a string, so const isn't needed to protect internal state of
    the vtkGLTFExporter object.
    ee7d9dc8