Fix build

This commit is contained in:
Alexey Milovidov 2021-07-28 11:41:25 +03:00
parent d52a0cfcec
commit 2ed9c12ba6

View File

@ -59,7 +59,7 @@ AIOContext::AIOContext(AIOContext && rhs)
*this = std::move(rhs);
}
AIOContext::AIOContext & AIOContext::operator=(AIOContext && rhs)
AIOContext & AIOContext::operator=(AIOContext && rhs)
{
std::swap(ctx, rhs.ctx);
}