mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Trying to fix build on msvc2013
This commit is contained in:
parent
8e2ec38670
commit
956391d9d1
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ RawBytes Raster::save(Raster::Compression comp)
|
|||
}
|
||||
}
|
||||
|
||||
return ret;
|
||||
return std::move(ret);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue