Update ActionBlocker.h

This commit is contained in:
alexey-milovidov 2017-10-12 23:15:39 +03:00
parent 62ea1133dd
commit 96b603a023

View File

@ -13,7 +13,7 @@ struct ActionBlocker
bool isCancelled() const { return counter > 0; }
/// Temporarily blocks merges (while the returned object is alive)
/// Temporarily blocks corresponding actions (while the returned object is alive)
struct BlockHolder;
BlockHolder cancel() const { return BlockHolder(this); }