diff --git a/fluent/Continuable.h b/fluent/Continuable.h index 25074cb..bfc3f03 100644 --- a/fluent/Continuable.h +++ b/fluent/Continuable.h @@ -80,7 +80,7 @@ public: /// Move construct assign template - Continuable& operator= (Continuable<_RCTy, _RState>&&) + Continuable& operator= (Continuable<_RCTy, _RState>&& right) { released = right.released; right.released = true;