Update ActionBlocker.h

This commit is contained in:
alexey-milovidov 2017-10-12 23:16:50 +03:00
parent 96b603a023
commit b7c1076df2

View File

@ -31,8 +31,7 @@ struct ActionBlocker
BlockHolder(BlockHolder && other) noexcept
{
var = other.var;
other.var = nullptr;
*this = std::move(other);
}
BlockHolder & operator=(BlockHolder && other) noexcept