Commit cc4e4065 by Wenzel Jakob

.. and another one

parent f3be07c6
......@@ -242,7 +242,7 @@ struct buffer_info {
(*this) = std::move(other);
}
buffer_info& operator=(buffer_info &&rhs){
buffer_info& operator=(buffer_info &&rhs) {
ptr = rhs.ptr;
itemsize = rhs.itemsize;
size = rhs.size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment