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…
Reference in a new issue