This commit is contained in:
avogar 2023-01-16 15:49:59 +00:00
parent 3ea80b0f54
commit 1d26704049

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;
}