This commit is contained in:
Kruglov Pavel 2023-01-16 16:47:04 +01:00 committed by GitHub
parent 120986da52
commit 04d95f4877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,6 +191,7 @@ private:
reader = std::move(other.reader);
pipeline = std::move(other.pipeline);
read_buf = std::move(other.read_buf);
path = std::move(other.path);
return *this;
}