diff --git a/src/GZip.cpp b/src/GZip.cpp index 626ef81..8a95c1e 100644 --- a/src/GZip.cpp +++ b/src/GZip.cpp @@ -59,7 +59,7 @@ std::vector readGZip(const char *filename) { buffer.resize(len); - return std::move(buffer); + return buffer; } }