.. and another one

This commit is contained in:
Wenzel Jakob 2016-09-05 08:25:10 +09:00
parent f3be07c661
commit cc4e4065b3

View File

@ -242,7 +242,7 @@ struct buffer_info {
(*this) = std::move(other); (*this) = std::move(other);
} }
buffer_info& operator=(buffer_info &&rhs){ buffer_info& operator=(buffer_info &&rhs) {
ptr = rhs.ptr; ptr = rhs.ptr;
itemsize = rhs.itemsize; itemsize = rhs.itemsize;
size = rhs.size; size = rhs.size;